Shades of Dark Turquoise #02D1EA
Tints of Dark Turquoise #02D1EA
RGB
CMYK
RGB Variations
Color information
#02D1EA (or 0x02D1EA) is known color: Dark Turquoise. HEX triplet: 02, D1 and EA. RGB value is (2,209,234). Sum of RGB (Red+Green+Blue) = 2+209+234=445 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 445); Green value is 209 (82.03% from 255 or 46.97% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #02D1EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02D1EA is #FD2E15. Grayscale: #959595. Windows color (decimal): -16592406 or 15388930. OLE color: 15388930.
HSL color Cylindrical-coordinate representation of color #02D1EA: hue angle of 186.47º 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 #02D1EA is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 209 | 234 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.08 |
| HSL | 186.47º | 0.98% | 0.46% | - |
| HSV(B) | 186.47º | 0.99% | 0.92% | - |
| XYZ | 37.68 | 51.55 | 85.81 | - |
| YUV | 149.96 | 175.42 | 22.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 209 | 234 | 0.99 | 0.11 | 0 | 0.08 | 186.47 | 0.98 | 0.46 |
| Hex | 2 | D1 | EA | 63 | B | 0 | 8 | BA | 62 | 2E |
| Octal | 2 | 321 | 352 | 143 | 13 | 0 | 10 | 272 | 142 | 56 |
| Binary | 10 | 11010001 | 11101010 | 1100011 | 1011 | 0 | 1000 | 10111010 | 1100010 | 101110 |
Color Harmonies of #02D1EA
Complementary color
Monochromatic Colors of #02D1EA
Black with #02D1EA
Text Example
Text Example
White with #02D1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D1EA; }
p { color: rgb(2,209,234); }
H1.HeaderClassName
{
color: #02D1EA;
}
.AnyTagClassName
{
color: #02D1EA;
}
</style>
background-color css
<style>
a { background-color: #02D1EA; }
a { background-color: rgb(2,209,234); }
div.DivClassName
{
background-color: #02D1EA;
}
.BgClassName
{
background-color: #02D1EA;
}
</style>
border-color css
<style>
span { border-color: #02D1EA; }
span { border-color: rgb(2,209,234); }
td.TdClassName
{
border-color: #02D1EA;
}
.TagClassName
{
border-color: #02D1EA;
}
</style>