Shades of Dark Turquoise #02C0D3
Tints of Dark Turquoise #02C0D3
RGB
CMYK
RGB Variations
Color information
#02C0D3 (or 0x02C0D3) is known color: Dark Turquoise. HEX triplet: 02, C0 and D3. RGB value is (2,192,211). Sum of RGB (Red+Green+Blue) = 2+192+211=405 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 211 (82.81% from 255 or 52.10% from 405); Max value from RGB is 211 - color contains mainly: blue. Hex color #02C0D3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C0D3 is #FD3F2C. Grayscale: #898989. Windows color (decimal): -16596781 or 13877250. OLE color: 13877250.
HSL color Cylindrical-coordinate representation of color #02C0D3: hue angle of 185.45º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C0D3 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 192 | 211 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.17 |
| HSL | 185.45º | 0.98% | 0.42% | - |
| HSV(B) | 185.45º | 0.99% | 0.83% | - |
| XYZ | 30.63 | 42.42 | 68.2 | - |
| YUV | 137.36 | 169.55 | 31.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 211 | 0.99 | 0.09 | 0 | 0.17 | 185.45 | 0.98 | 0.42 |
| Hex | 2 | C0 | D3 | 63 | 9 | 0 | 11 | B9 | 62 | 2A |
| Octal | 2 | 300 | 323 | 143 | 11 | 0 | 21 | 271 | 142 | 52 |
| Binary | 10 | 11000000 | 11010011 | 1100011 | 1001 | 0 | 10001 | 10111001 | 1100010 | 101010 |
Color Harmonies of #02C0D3
Complementary color
Monochromatic Colors of #02C0D3
Black with #02C0D3
Text Example
Text Example
White with #02C0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C0D3; }
p { color: rgb(2,192,211); }
H1.HeaderClassName
{
color: #02C0D3;
}
.AnyTagClassName
{
color: #02C0D3;
}
</style>
background-color css
<style>
a { background-color: #02C0D3; }
a { background-color: rgb(2,192,211); }
div.DivClassName
{
background-color: #02C0D3;
}
.BgClassName
{
background-color: #02C0D3;
}
</style>
border-color css
<style>
span { border-color: #02C0D3; }
span { border-color: rgb(2,192,211); }
td.TdClassName
{
border-color: #02C0D3;
}
.TagClassName
{
border-color: #02C0D3;
}
</style>