Shades of Dark Turquoise #02D4E2
Tints of Dark Turquoise #02D4E2
RGB
CMYK
RGB Variations
Color information
#02D4E2 (or 0x02D4E2) is known color: Dark Turquoise. HEX triplet: 02, D4 and E2. RGB value is (2,212,226). Sum of RGB (Red+Green+Blue) = 2+212+226=440 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 440); Green value is 212 (83.20% from 255 or 48.18% from 440); Blue value is 226 (88.67% from 255 or 51.36% from 440); Max value from RGB is 226 - color contains mainly: blue. Hex color #02D4E2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D4E2 is #FD2B1D. Grayscale: #969696. Windows color (decimal): -16591646 or 14865410. OLE color: 14865410.
HSL color Cylindrical-coordinate representation of color #02D4E2: hue angle of 183.75º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D4E2 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 212 | 226 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.11 |
| HSL | 183.75º | 0.98% | 0.45% | - |
| HSV(B) | 183.75º | 0.99% | 0.89% | - |
| XYZ | 37.3 | 52.59 | 80.14 | - |
| YUV | 150.81 | 170.43 | 21.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 212 | 226 | 0.99 | 0.06 | 0 | 0.11 | 183.75 | 0.98 | 0.45 |
| Hex | 2 | D4 | E2 | 63 | 6 | 0 | B | B8 | 62 | 2D |
| Octal | 2 | 324 | 342 | 143 | 6 | 0 | 13 | 270 | 142 | 55 |
| Binary | 10 | 11010100 | 11100010 | 1100011 | 110 | 0 | 1011 | 10111000 | 1100010 | 101101 |
Color Harmonies of #02D4E2
Complementary color
Monochromatic Colors of #02D4E2
Black with #02D4E2
Text Example
Text Example
White with #02D4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D4E2; }
p { color: rgb(2,212,226); }
H1.HeaderClassName
{
color: #02D4E2;
}
.AnyTagClassName
{
color: #02D4E2;
}
</style>
background-color css
<style>
a { background-color: #02D4E2; }
a { background-color: rgb(2,212,226); }
div.DivClassName
{
background-color: #02D4E2;
}
.BgClassName
{
background-color: #02D4E2;
}
</style>
border-color css
<style>
span { border-color: #02D4E2; }
span { border-color: rgb(2,212,226); }
td.TdClassName
{
border-color: #02D4E2;
}
.TagClassName
{
border-color: #02D4E2;
}
</style>