Shades of Dark Turquoise #02C5DC
Tints of Dark Turquoise #02C5DC
RGB
CMYK
RGB Variations
Color information
#02C5DC (or 0x02C5DC) is known color: Dark Turquoise. HEX triplet: 02, C5 and DC. RGB value is (2,197,220). Sum of RGB (Red+Green+Blue) = 2+197+220=419 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #02C5DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C5DC is #FD3A23. Grayscale: #8D8D8D. Windows color (decimal): -16595492 or 14468354. OLE color: 14468354.
HSL color Cylindrical-coordinate representation of color #02C5DC: hue angle of 186.33º 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 #02C5DC is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 197 | 220 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.14 |
| HSL | 186.33º | 0.98% | 0.44% | - |
| HSV(B) | 186.33º | 0.99% | 0.86% | - |
| XYZ | 32.91 | 45.11 | 74.68 | - |
| YUV | 141.32 | 172.4 | 28.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 197 | 220 | 0.99 | 0.10 | 0 | 0.14 | 186.33 | 0.98 | 0.44 |
| Hex | 2 | C5 | DC | 63 | A | 0 | E | BA | 62 | 2C |
| Octal | 2 | 305 | 334 | 143 | 12 | 0 | 16 | 272 | 142 | 54 |
| Binary | 10 | 11000101 | 11011100 | 1100011 | 1010 | 0 | 1110 | 10111010 | 1100010 | 101100 |
Color Harmonies of #02C5DC
Complementary color
Monochromatic Colors of #02C5DC
Black with #02C5DC
Text Example
Text Example
White with #02C5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C5DC; }
p { color: rgb(2,197,220); }
H1.HeaderClassName
{
color: #02C5DC;
}
.AnyTagClassName
{
color: #02C5DC;
}
</style>
background-color css
<style>
a { background-color: #02C5DC; }
a { background-color: rgb(2,197,220); }
div.DivClassName
{
background-color: #02C5DC;
}
.BgClassName
{
background-color: #02C5DC;
}
</style>
border-color css
<style>
span { border-color: #02C5DC; }
span { border-color: rgb(2,197,220); }
td.TdClassName
{
border-color: #02C5DC;
}
.TagClassName
{
border-color: #02C5DC;
}
</style>