Shades of Bright Turquoise #02E0DD
Tints of Bright Turquoise #02E0DD
RGB
CMYK
RGB Variations
Color information
#02E0DD (or 0x02E0DD) is known color: Bright Turquoise. HEX triplet: 02, E0 and DD. RGB value is (2,224,221). Sum of RGB (Red+Green+Blue) = 2+224+221=447 (59% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 447); Green value is 224 (87.89% from 255 or 50.11% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 224 - color contains mainly: green. Hex color #02E0DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02E0DD is #FD1F22. Grayscale: #9D9D9D. Windows color (decimal): -16588579 or 14540802. OLE color: 14540802.
HSL color Cylindrical-coordinate representation of color #02E0DD: hue angle of 179.19º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E0DD is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 224 | 221 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.12 |
| HSL | 179.19º | 0.98% | 0.44% | - |
| HSV(B) | 179.19º | 0.99% | 0.88% | - |
| XYZ | 39.73 | 58.54 | 77.61 | - |
| YUV | 157.28 | 163.95 | 17.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 224 | 221 | 0.99 | 0 | 0.01 | 0.12 | 179.19 | 0.98 | 0.44 |
| Hex | 2 | E0 | DD | 63 | 0 | 1 | C | B3 | 62 | 2C |
| Octal | 2 | 340 | 335 | 143 | 0 | 1 | 14 | 263 | 142 | 54 |
| Binary | 10 | 11100000 | 11011101 | 1100011 | 0 | 1 | 1100 | 10110011 | 1100010 | 101100 |
Color Harmonies of #02E0DD
Complementary color
Monochromatic Colors of #02E0DD
Black with #02E0DD
Text Example
Text Example
White with #02E0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E0DD; }
p { color: rgb(2,224,221); }
H1.HeaderClassName
{
color: #02E0DD;
}
.AnyTagClassName
{
color: #02E0DD;
}
</style>
background-color css
<style>
a { background-color: #02E0DD; }
a { background-color: rgb(2,224,221); }
div.DivClassName
{
background-color: #02E0DD;
}
.BgClassName
{
background-color: #02E0DD;
}
</style>
border-color css
<style>
span { border-color: #02E0DD; }
span { border-color: rgb(2,224,221); }
td.TdClassName
{
border-color: #02E0DD;
}
.TagClassName
{
border-color: #02E0DD;
}
</style>