Shades of Dark Turquoise #02C0DC
Tints of Dark Turquoise #02C0DC
RGB
CMYK
RGB Variations
Color information
#02C0DC (or 0x02C0DC) is known color: Dark Turquoise. HEX triplet: 02, C0 and DC. RGB value is (2,192,220). Sum of RGB (Red+Green+Blue) = 2+192+220=414 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #02C0DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C0DC is #FD3F23. Grayscale: #8A8A8A. Windows color (decimal): -16596772 or 14467074. OLE color: 14467074.
HSL color Cylindrical-coordinate representation of color #02C0DC: hue angle of 187.71º 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 #02C0DC is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 192 | 220 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.14 |
| HSL | 187.71º | 0.98% | 0.44% | - |
| HSV(B) | 187.71º | 0.99% | 0.86% | - |
| XYZ | 31.79 | 42.88 | 74.31 | - |
| YUV | 138.38 | 174.05 | 30.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 220 | 0.99 | 0.13 | 0 | 0.14 | 187.71 | 0.98 | 0.44 |
| Hex | 2 | C0 | DC | 63 | D | 0 | E | BC | 62 | 2C |
| Octal | 2 | 300 | 334 | 143 | 15 | 0 | 16 | 274 | 142 | 54 |
| Binary | 10 | 11000000 | 11011100 | 1100011 | 1101 | 0 | 1110 | 10111100 | 1100010 | 101100 |
Color Harmonies of #02C0DC
Complementary color
Monochromatic Colors of #02C0DC
Black with #02C0DC
Text Example
Text Example
White with #02C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C0DC; }
p { color: rgb(2,192,220); }
H1.HeaderClassName
{
color: #02C0DC;
}
.AnyTagClassName
{
color: #02C0DC;
}
</style>
background-color css
<style>
a { background-color: #02C0DC; }
a { background-color: rgb(2,192,220); }
div.DivClassName
{
background-color: #02C0DC;
}
.BgClassName
{
background-color: #02C0DC;
}
</style>
border-color css
<style>
span { border-color: #02C0DC; }
span { border-color: rgb(2,192,220); }
td.TdClassName
{
border-color: #02C0DC;
}
.TagClassName
{
border-color: #02C0DC;
}
</style>