Shades of Dark Turquoise #02D0DF
Tints of Dark Turquoise #02D0DF
RGB
CMYK
RGB Variations
Color information
#02D0DF (or 0x02D0DF) is known color: Dark Turquoise. HEX triplet: 02, D0 and DF. RGB value is (2,208,223). Sum of RGB (Red+Green+Blue) = 2+208+223=433 (57% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #02D0DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D0DF is #FD2F20. Grayscale: #939393. Windows color (decimal): -16592673 or 14667778. OLE color: 14667778.
HSL color Cylindrical-coordinate representation of color #02D0DF: hue angle of 184.07º 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 #02D0DF is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 208 | 223 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.13 |
| HSL | 184.07º | 0.98% | 0.44% | - |
| HSV(B) | 184.07º | 0.99% | 0.87% | - |
| XYZ | 35.9 | 50.45 | 77.66 | - |
| YUV | 148.12 | 170.25 | 23.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 208 | 223 | 0.99 | 0.07 | 0 | 0.13 | 184.07 | 0.98 | 0.44 |
| Hex | 2 | D0 | DF | 63 | 7 | 0 | D | B8 | 62 | 2C |
| Octal | 2 | 320 | 337 | 143 | 7 | 0 | 15 | 270 | 142 | 54 |
| Binary | 10 | 11010000 | 11011111 | 1100011 | 111 | 0 | 1101 | 10111000 | 1100010 | 101100 |
Color Harmonies of #02D0DF
Complementary color
Monochromatic Colors of #02D0DF
Black with #02D0DF
Text Example
Text Example
White with #02D0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D0DF; }
p { color: rgb(2,208,223); }
H1.HeaderClassName
{
color: #02D0DF;
}
.AnyTagClassName
{
color: #02D0DF;
}
</style>
background-color css
<style>
a { background-color: #02D0DF; }
a { background-color: rgb(2,208,223); }
div.DivClassName
{
background-color: #02D0DF;
}
.BgClassName
{
background-color: #02D0DF;
}
</style>
border-color css
<style>
span { border-color: #02D0DF; }
span { border-color: rgb(2,208,223); }
td.TdClassName
{
border-color: #02D0DF;
}
.TagClassName
{
border-color: #02D0DF;
}
</style>