Shades of Dark Turquoise #02D8DF
Tints of Dark Turquoise #02D8DF
RGB
CMYK
RGB Variations
Color information
#02D8DF (or 0x02D8DF) is known color: Dark Turquoise. HEX triplet: 02, D8 and DF. RGB value is (2,216,223). Sum of RGB (Red+Green+Blue) = 2+216+223=441 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 441); Green value is 216 (84.77% from 255 or 48.98% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #02D8DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D8DF is #FD2720. Grayscale: #989898. Windows color (decimal): -16590625 or 14669826. OLE color: 14669826.
HSL color Cylindrical-coordinate representation of color #02D8DF: hue angle of 181.9º 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 #02D8DF is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 216 | 223 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.13 |
| HSL | 181.9º | 0.98% | 0.44% | - |
| HSV(B) | 181.9º | 0.99% | 0.87% | - |
| XYZ | 37.9 | 54.45 | 78.32 | - |
| YUV | 152.81 | 167.6 | 20.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 216 | 223 | 0.99 | 0.03 | 0 | 0.13 | 181.9 | 0.98 | 0.44 |
| Hex | 2 | D8 | DF | 63 | 3 | 0 | D | B6 | 62 | 2C |
| Octal | 2 | 330 | 337 | 143 | 3 | 0 | 15 | 266 | 142 | 54 |
| Binary | 10 | 11011000 | 11011111 | 1100011 | 11 | 0 | 1101 | 10110110 | 1100010 | 101100 |
Color Harmonies of #02D8DF
Complementary color
Monochromatic Colors of #02D8DF
Black with #02D8DF
Text Example
Text Example
White with #02D8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D8DF; }
p { color: rgb(2,216,223); }
H1.HeaderClassName
{
color: #02D8DF;
}
.AnyTagClassName
{
color: #02D8DF;
}
</style>
background-color css
<style>
a { background-color: #02D8DF; }
a { background-color: rgb(2,216,223); }
div.DivClassName
{
background-color: #02D8DF;
}
.BgClassName
{
background-color: #02D8DF;
}
</style>
border-color css
<style>
span { border-color: #02D8DF; }
span { border-color: rgb(2,216,223); }
td.TdClassName
{
border-color: #02D8DF;
}
.TagClassName
{
border-color: #02D8DF;
}
</style>