Shades of Dark Turquoise #02CFCE
Tints of Dark Turquoise #02CFCE
RGB
CMYK
RGB Variations
Color information
#02CFCE (or 0x02CFCE) is known color: Dark Turquoise. HEX triplet: 02, CF and CE. RGB value is (2,207,206). Sum of RGB (Red+Green+Blue) = 2+207+206=415 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 415); Green value is 207 (81.25% from 255 or 49.88% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 207 - color contains mainly: green. Hex color #02CFCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CFCE is #FD3031. Grayscale: #919191. Windows color (decimal): -16592946 or 13553410. OLE color: 13553410.
HSL color Cylindrical-coordinate representation of color #02CFCE: hue angle of 179.71º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CFCE is Cyan = 0.99, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 207 | 206 | - |
| CMYK | 0.99 | 0 | 0.00 | 0.19 |
| HSL | 179.71º | 0.98% | 0.41% | - |
| HSV(B) | 179.71º | 0.99% | 0.81% | - |
| XYZ | 33.48 | 49.09 | 66.1 | - |
| YUV | 145.59 | 162.08 | 25.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 207 | 206 | 0.99 | 0 | 0.00 | 0.19 | 179.71 | 0.98 | 0.41 |
| Hex | 2 | CF | CE | 63 | 0 | 0 | 13 | B4 | 62 | 29 |
| Octal | 2 | 317 | 316 | 143 | 0 | 0 | 23 | 264 | 142 | 51 |
| Binary | 10 | 11001111 | 11001110 | 1100011 | 0 | 0 | 10011 | 10110100 | 1100010 | 101001 |
Color Harmonies of #02CFCE
Complementary color
Monochromatic Colors of #02CFCE
Black with #02CFCE
Text Example
Text Example
White with #02CFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CFCE; }
p { color: rgb(2,207,206); }
H1.HeaderClassName
{
color: #02CFCE;
}
.AnyTagClassName
{
color: #02CFCE;
}
</style>
background-color css
<style>
a { background-color: #02CFCE; }
a { background-color: rgb(2,207,206); }
div.DivClassName
{
background-color: #02CFCE;
}
.BgClassName
{
background-color: #02CFCE;
}
</style>
border-color css
<style>
span { border-color: #02CFCE; }
span { border-color: rgb(2,207,206); }
td.TdClassName
{
border-color: #02CFCE;
}
.TagClassName
{
border-color: #02CFCE;
}
</style>