HEX
#
RGB
HSL

#00CED1 CSS / HTML Preview

Text with hexadecimal color #00CED1

This text has a font color of #00CED1.

<span style="color:#00CED1;">Your text here</span>
#00CED1 border color

This element has a border color of #00CED1.

<div style="border:2px solid #00CED1;">Content here</div>
#00CED1 background color

This paragraph has a background color of #00CED1.

<p style="background-color:#00CED1;">Content here</p>
CSS codes
.text {color:#00CED1;}
.background {background-color:#00CED1;}
.border {border:1px solid #00CED1;}