Shades of Dark Turquoise #02C2DD
Tints of Dark Turquoise #02C2DD
RGB
CMYK
RGB Variations
Color information
#02C2DD (or 0x02C2DD) is known color: Dark Turquoise. HEX triplet: 02, C2 and DD. RGB value is (2,194,221). Sum of RGB (Red+Green+Blue) = 2+194+221=417 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #02C2DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C2DD is #FD3D22. Grayscale: #8B8B8B. Windows color (decimal): -16596259 or 14533122. OLE color: 14533122.
HSL color Cylindrical-coordinate representation of color #02C2DD: hue angle of 187.4º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C2DD is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 194 | 221 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.13 |
| HSL | 187.4º | 0.98% | 0.44% | - |
| HSV(B) | 187.4º | 0.99% | 0.87% | - |
| XYZ | 32.37 | 43.82 | 75.16 | - |
| YUV | 139.67 | 173.89 | 29.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 221 | 0.99 | 0.12 | 0 | 0.13 | 187.4 | 0.98 | 0.44 |
| Hex | 2 | C2 | DD | 63 | C | 0 | D | BB | 62 | 2C |
| Octal | 2 | 302 | 335 | 143 | 14 | 0 | 15 | 273 | 142 | 54 |
| Binary | 10 | 11000010 | 11011101 | 1100011 | 1100 | 0 | 1101 | 10111011 | 1100010 | 101100 |
Color Harmonies of #02C2DD
Complementary color
Monochromatic Colors of #02C2DD
Black with #02C2DD
Text Example
Text Example
White with #02C2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C2DD; }
p { color: rgb(2,194,221); }
H1.HeaderClassName
{
color: #02C2DD;
}
.AnyTagClassName
{
color: #02C2DD;
}
</style>
background-color css
<style>
a { background-color: #02C2DD; }
a { background-color: rgb(2,194,221); }
div.DivClassName
{
background-color: #02C2DD;
}
.BgClassName
{
background-color: #02C2DD;
}
</style>
border-color css
<style>
span { border-color: #02C2DD; }
span { border-color: rgb(2,194,221); }
td.TdClassName
{
border-color: #02C2DD;
}
.TagClassName
{
border-color: #02C2DD;
}
</style>