Shades of Dark Turquoise #02D6CF
Tints of Dark Turquoise #02D6CF
RGB
CMYK
RGB Variations
Color information
#02D6CF (or 0x02D6CF) is known color: Dark Turquoise. HEX triplet: 02, D6 and CF. RGB value is (2,214,207). Sum of RGB (Red+Green+Blue) = 2+214+207=423 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 423); Green value is 214 (83.98% from 255 or 50.59% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 214 - color contains mainly: green. Hex color #02D6CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D6CF is #FD2930. Grayscale: #959595. Windows color (decimal): -16591153 or 13620738. OLE color: 13620738.
HSL color Cylindrical-coordinate representation of color #02D6CF: hue angle of 178.02º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D6CF is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 214 | 207 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.16 |
| HSL | 178.02º | 0.98% | 0.42% | - |
| HSV(B) | 178.02º | 0.99% | 0.84% | - |
| XYZ | 35.33 | 52.61 | 67.32 | - |
| YUV | 149.81 | 160.26 | 22.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 214 | 207 | 0.99 | 0 | 0.03 | 0.16 | 178.02 | 0.98 | 0.42 |
| Hex | 2 | D6 | CF | 63 | 0 | 3 | 10 | B2 | 62 | 2A |
| Octal | 2 | 326 | 317 | 143 | 0 | 3 | 20 | 262 | 142 | 52 |
| Binary | 10 | 11010110 | 11001111 | 1100011 | 0 | 11 | 10000 | 10110010 | 1100010 | 101010 |
Color Harmonies of #02D6CF
Complementary color
Monochromatic Colors of #02D6CF
Black with #02D6CF
Text Example
Text Example
White with #02D6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D6CF; }
p { color: rgb(2,214,207); }
H1.HeaderClassName
{
color: #02D6CF;
}
.AnyTagClassName
{
color: #02D6CF;
}
</style>
background-color css
<style>
a { background-color: #02D6CF; }
a { background-color: rgb(2,214,207); }
div.DivClassName
{
background-color: #02D6CF;
}
.BgClassName
{
background-color: #02D6CF;
}
</style>
border-color css
<style>
span { border-color: #02D6CF; }
span { border-color: rgb(2,214,207); }
td.TdClassName
{
border-color: #02D6CF;
}
.TagClassName
{
border-color: #02D6CF;
}
</style>