Shades of Dark Turquoise #02CEDF
Tints of Dark Turquoise #02CEDF
RGB
CMYK
RGB Variations
Color information
#02CEDF (or 0x02CEDF) is known color: Dark Turquoise. HEX triplet: 02, CE and DF. RGB value is (2,206,223). Sum of RGB (Red+Green+Blue) = 2+206+223=431 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #02CEDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CEDF is #FD3120. Grayscale: #929292. Windows color (decimal): -16593185 or 14667266. OLE color: 14667266.
HSL color Cylindrical-coordinate representation of color #02CEDF: hue angle of 184.62º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CEDF is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 206 | 223 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.13 |
| HSL | 184.62º | 0.98% | 0.44% | - |
| HSV(B) | 184.62º | 0.99% | 0.87% | - |
| XYZ | 35.42 | 49.48 | 77.5 | - |
| YUV | 146.94 | 170.91 | 24.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 223 | 0.99 | 0.08 | 0 | 0.13 | 184.62 | 0.98 | 0.44 |
| Hex | 2 | CE | DF | 63 | 8 | 0 | D | B9 | 62 | 2C |
| Octal | 2 | 316 | 337 | 143 | 10 | 0 | 15 | 271 | 142 | 54 |
| Binary | 10 | 11001110 | 11011111 | 1100011 | 1000 | 0 | 1101 | 10111001 | 1100010 | 101100 |
Color Harmonies of #02CEDF
Complementary color
Monochromatic Colors of #02CEDF
Black with #02CEDF
Text Example
Text Example
White with #02CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CEDF; }
p { color: rgb(2,206,223); }
H1.HeaderClassName
{
color: #02CEDF;
}
.AnyTagClassName
{
color: #02CEDF;
}
</style>
background-color css
<style>
a { background-color: #02CEDF; }
a { background-color: rgb(2,206,223); }
div.DivClassName
{
background-color: #02CEDF;
}
.BgClassName
{
background-color: #02CEDF;
}
</style>
border-color css
<style>
span { border-color: #02CEDF; }
span { border-color: rgb(2,206,223); }
td.TdClassName
{
border-color: #02CEDF;
}
.TagClassName
{
border-color: #02CEDF;
}
</style>