Shades of Dark Turquoise #02D0EA
Tints of Dark Turquoise #02D0EA
RGB
CMYK
RGB Variations
Color information
#02D0EA (or 0x02D0EA) is known color: Dark Turquoise. HEX triplet: 02, D0 and EA. RGB value is (2,208,234). Sum of RGB (Red+Green+Blue) = 2+208+234=444 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #02D0EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02D0EA is #FD2F15. Grayscale: #959595. Windows color (decimal): -16592662 or 15388674. OLE color: 15388674.
HSL color Cylindrical-coordinate representation of color #02D0EA: hue angle of 186.72º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D0EA is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 208 | 234 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.08 |
| HSL | 186.72º | 0.98% | 0.46% | - |
| HSV(B) | 186.72º | 0.99% | 0.92% | - |
| XYZ | 37.43 | 51.07 | 85.73 | - |
| YUV | 149.37 | 175.75 | 22.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 208 | 234 | 0.99 | 0.11 | 0 | 0.08 | 186.72 | 0.98 | 0.46 |
| Hex | 2 | D0 | EA | 63 | B | 0 | 8 | BB | 62 | 2E |
| Octal | 2 | 320 | 352 | 143 | 13 | 0 | 10 | 273 | 142 | 56 |
| Binary | 10 | 11010000 | 11101010 | 1100011 | 1011 | 0 | 1000 | 10111011 | 1100010 | 101110 |
Color Harmonies of #02D0EA
Complementary color
Monochromatic Colors of #02D0EA
Black with #02D0EA
Text Example
Text Example
White with #02D0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D0EA; }
p { color: rgb(2,208,234); }
H1.HeaderClassName
{
color: #02D0EA;
}
.AnyTagClassName
{
color: #02D0EA;
}
</style>
background-color css
<style>
a { background-color: #02D0EA; }
a { background-color: rgb(2,208,234); }
div.DivClassName
{
background-color: #02D0EA;
}
.BgClassName
{
background-color: #02D0EA;
}
</style>
border-color css
<style>
span { border-color: #02D0EA; }
span { border-color: rgb(2,208,234); }
td.TdClassName
{
border-color: #02D0EA;
}
.TagClassName
{
border-color: #02D0EA;
}
</style>