Shades of Dark Turquoise #02D1E5
Tints of Dark Turquoise #02D1E5
RGB
CMYK
RGB Variations
Color information
#02D1E5 (or 0x02D1E5) is known color: Dark Turquoise. HEX triplet: 02, D1 and E5. RGB value is (2,209,229). Sum of RGB (Red+Green+Blue) = 2+209+229=440 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 440); Green value is 209 (82.03% from 255 or 47.5% from 440); Blue value is 229 (89.84% from 255 or 52.05% from 440); Max value from RGB is 229 - color contains mainly: blue. Hex color #02D1E5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D1E5 is #FD2E1A. Grayscale: #959595. Windows color (decimal): -16592411 or 15061250. OLE color: 15061250.
HSL color Cylindrical-coordinate representation of color #02D1E5: hue angle of 185.29º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D1E5 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 209 | 229 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.10 |
| HSL | 185.29º | 0.98% | 0.45% | - |
| HSV(B) | 185.29º | 0.99% | 0.9% | - |
| XYZ | 36.97 | 51.27 | 82.08 | - |
| YUV | 149.39 | 172.92 | 22.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 209 | 229 | 0.99 | 0.09 | 0 | 0.10 | 185.29 | 0.98 | 0.45 |
| Hex | 2 | D1 | E5 | 63 | 9 | 0 | A | B9 | 62 | 2D |
| Octal | 2 | 321 | 345 | 143 | 11 | 0 | 12 | 271 | 142 | 55 |
| Binary | 10 | 11010001 | 11100101 | 1100011 | 1001 | 0 | 1010 | 10111001 | 1100010 | 101101 |
Color Harmonies of #02D1E5
Complementary color
Monochromatic Colors of #02D1E5
Black with #02D1E5
Text Example
Text Example
White with #02D1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D1E5; }
p { color: rgb(2,209,229); }
H1.HeaderClassName
{
color: #02D1E5;
}
.AnyTagClassName
{
color: #02D1E5;
}
</style>
background-color css
<style>
a { background-color: #02D1E5; }
a { background-color: rgb(2,209,229); }
div.DivClassName
{
background-color: #02D1E5;
}
.BgClassName
{
background-color: #02D1E5;
}
</style>
border-color css
<style>
span { border-color: #02D1E5; }
span { border-color: rgb(2,209,229); }
td.TdClassName
{
border-color: #02D1E5;
}
.TagClassName
{
border-color: #02D1E5;
}
</style>