Shades of Dark Turquoise #02D6DF
Tints of Dark Turquoise #02D6DF
RGB
CMYK
RGB Variations
Color information
#02D6DF (or 0x02D6DF) is known color: Dark Turquoise. HEX triplet: 02, D6 and DF. RGB value is (2,214,223). Sum of RGB (Red+Green+Blue) = 2+214+223=439 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.46% from 439); Green value is 214 (83.98% from 255 or 48.75% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #02D6DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D6DF is #FD2920. Grayscale: #979797. Windows color (decimal): -16591137 or 14669314. OLE color: 14669314.
HSL color Cylindrical-coordinate representation of color #02D6DF: hue angle of 182.44º 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 #02D6DF is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 214 | 223 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.13 |
| HSL | 182.44º | 0.98% | 0.44% | - |
| HSV(B) | 182.44º | 0.99% | 0.87% | - |
| XYZ | 37.39 | 53.43 | 78.16 | - |
| YUV | 151.64 | 168.26 | 21.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 214 | 223 | 0.99 | 0.04 | 0 | 0.13 | 182.44 | 0.98 | 0.44 |
| Hex | 2 | D6 | DF | 63 | 4 | 0 | D | B6 | 62 | 2C |
| Octal | 2 | 326 | 337 | 143 | 4 | 0 | 15 | 266 | 142 | 54 |
| Binary | 10 | 11010110 | 11011111 | 1100011 | 100 | 0 | 1101 | 10110110 | 1100010 | 101100 |
Color Harmonies of #02D6DF
Complementary color
Monochromatic Colors of #02D6DF
Black with #02D6DF
Text Example
Text Example
White with #02D6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D6DF; }
p { color: rgb(2,214,223); }
H1.HeaderClassName
{
color: #02D6DF;
}
.AnyTagClassName
{
color: #02D6DF;
}
</style>
background-color css
<style>
a { background-color: #02D6DF; }
a { background-color: rgb(2,214,223); }
div.DivClassName
{
background-color: #02D6DF;
}
.BgClassName
{
background-color: #02D6DF;
}
</style>
border-color css
<style>
span { border-color: #02D6DF; }
span { border-color: rgb(2,214,223); }
td.TdClassName
{
border-color: #02D6DF;
}
.TagClassName
{
border-color: #02D6DF;
}
</style>