Shades of Dark Turquoise #02C8DC
Tints of Dark Turquoise #02C8DC
RGB
CMYK
RGB Variations
Color information
#02C8DC (or 0x02C8DC) is known color: Dark Turquoise. HEX triplet: 02, C8 and DC. RGB value is (2,200,220). Sum of RGB (Red+Green+Blue) = 2+200+220=422 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #02C8DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C8DC is #FD3723. Grayscale: #8E8E8E. Windows color (decimal): -16594724 or 14469122. OLE color: 14469122.
HSL color Cylindrical-coordinate representation of color #02C8DC: hue angle of 185.5º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C8DC is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 200 | 220 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.14 |
| HSL | 185.5º | 0.98% | 0.44% | - |
| HSV(B) | 185.5º | 0.99% | 0.86% | - |
| XYZ | 33.6 | 46.49 | 74.91 | - |
| YUV | 143.08 | 171.4 | 27.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 200 | 220 | 0.99 | 0.09 | 0 | 0.14 | 185.5 | 0.98 | 0.44 |
| Hex | 2 | C8 | DC | 63 | 9 | 0 | E | BA | 62 | 2C |
| Octal | 2 | 310 | 334 | 143 | 11 | 0 | 16 | 272 | 142 | 54 |
| Binary | 10 | 11001000 | 11011100 | 1100011 | 1001 | 0 | 1110 | 10111010 | 1100010 | 101100 |
Color Harmonies of #02C8DC
Complementary color
Monochromatic Colors of #02C8DC
Black with #02C8DC
Text Example
Text Example
White with #02C8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C8DC; }
p { color: rgb(2,200,220); }
H1.HeaderClassName
{
color: #02C8DC;
}
.AnyTagClassName
{
color: #02C8DC;
}
</style>
background-color css
<style>
a { background-color: #02C8DC; }
a { background-color: rgb(2,200,220); }
div.DivClassName
{
background-color: #02C8DC;
}
.BgClassName
{
background-color: #02C8DC;
}
</style>
border-color css
<style>
span { border-color: #02C8DC; }
span { border-color: rgb(2,200,220); }
td.TdClassName
{
border-color: #02C8DC;
}
.TagClassName
{
border-color: #02C8DC;
}
</style>