Shades of Dark Turquoise #02D1E7
Tints of Dark Turquoise #02D1E7
RGB
CMYK
RGB Variations
Color information
#02D1E7 (or 0x02D1E7) is known color: Dark Turquoise. HEX triplet: 02, D1 and E7. RGB value is (2,209,231). Sum of RGB (Red+Green+Blue) = 2+209+231=442 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 442); Green value is 209 (82.03% from 255 or 47.29% from 442); Blue value is 231 (90.62% from 255 or 52.26% from 442); Max value from RGB is 231 - color contains mainly: blue. Hex color #02D1E7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #02D1E7 is #FD2E18. Grayscale: #959595. Windows color (decimal): -16592409 or 15192322. OLE color: 15192322.
HSL color Cylindrical-coordinate representation of color #02D1E7: hue angle of 185.76º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D1E7 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 209 | 231 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.09 |
| HSL | 185.76º | 0.98% | 0.46% | - |
| HSV(B) | 185.76º | 0.99% | 0.91% | - |
| XYZ | 37.25 | 51.38 | 83.56 | - |
| YUV | 149.62 | 173.92 | 22.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 209 | 231 | 0.99 | 0.10 | 0 | 0.09 | 185.76 | 0.98 | 0.46 |
| Hex | 2 | D1 | E7 | 63 | A | 0 | 9 | BA | 62 | 2E |
| Octal | 2 | 321 | 347 | 143 | 12 | 0 | 11 | 272 | 142 | 56 |
| Binary | 10 | 11010001 | 11100111 | 1100011 | 1010 | 0 | 1001 | 10111010 | 1100010 | 101110 |
Color Harmonies of #02D1E7
Complementary color
Monochromatic Colors of #02D1E7
Black with #02D1E7
Text Example
Text Example
White with #02D1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D1E7; }
p { color: rgb(2,209,231); }
H1.HeaderClassName
{
color: #02D1E7;
}
.AnyTagClassName
{
color: #02D1E7;
}
</style>
background-color css
<style>
a { background-color: #02D1E7; }
a { background-color: rgb(2,209,231); }
div.DivClassName
{
background-color: #02D1E7;
}
.BgClassName
{
background-color: #02D1E7;
}
</style>
border-color css
<style>
span { border-color: #02D1E7; }
span { border-color: rgb(2,209,231); }
td.TdClassName
{
border-color: #02D1E7;
}
.TagClassName
{
border-color: #02D1E7;
}
</style>