Shades of Dark Turquoise #02DCCF
Tints of Dark Turquoise #02DCCF
RGB
CMYK
RGB Variations
Color information
#02DCCF (or 0x02DCCF) is known color: Dark Turquoise. HEX triplet: 02, DC and CF. RGB value is (2,220,207). Sum of RGB (Red+Green+Blue) = 2+220+207=429 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 429); Green value is 220 (86.33% from 255 or 51.28% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 220 - color contains mainly: green. Hex color #02DCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DCCF is #FD2330. Grayscale: #999999. Windows color (decimal): -16589617 or 13622274. OLE color: 13622274.
HSL color Cylindrical-coordinate representation of color #02DCCF: hue angle of 176.42º 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 #02DCCF is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 220 | 207 | - |
| CMYK | 0.99 | 0 | 0.06 | 0.14 |
| HSL | 176.42º | 0.98% | 0.44% | - |
| HSV(B) | 176.42º | 0.99% | 0.86% | - |
| XYZ | 36.88 | 55.7 | 67.84 | - |
| YUV | 153.34 | 158.28 | 20.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 220 | 207 | 0.99 | 0 | 0.06 | 0.14 | 176.42 | 0.98 | 0.44 |
| Hex | 2 | DC | CF | 63 | 0 | 6 | E | B0 | 62 | 2C |
| Octal | 2 | 334 | 317 | 143 | 0 | 6 | 16 | 260 | 142 | 54 |
| Binary | 10 | 11011100 | 11001111 | 1100011 | 0 | 110 | 1110 | 10110000 | 1100010 | 101100 |
Color Harmonies of #02DCCF
Complementary color
Monochromatic Colors of #02DCCF
Black with #02DCCF
Text Example
Text Example
White with #02DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DCCF; }
p { color: rgb(2,220,207); }
H1.HeaderClassName
{
color: #02DCCF;
}
.AnyTagClassName
{
color: #02DCCF;
}
</style>
background-color css
<style>
a { background-color: #02DCCF; }
a { background-color: rgb(2,220,207); }
div.DivClassName
{
background-color: #02DCCF;
}
.BgClassName
{
background-color: #02DCCF;
}
</style>
border-color css
<style>
span { border-color: #02DCCF; }
span { border-color: rgb(2,220,207); }
td.TdClassName
{
border-color: #02DCCF;
}
.TagClassName
{
border-color: #02DCCF;
}
</style>