Shades of Bright Turquoise #02E0DB
Tints of Bright Turquoise #02E0DB
RGB
CMYK
RGB Variations
Color information
#02E0DB (or 0x02E0DB) is known color: Bright Turquoise. HEX triplet: 02, E0 and DB. RGB value is (2,224,219). Sum of RGB (Red+Green+Blue) = 2+224+219=445 (58% of max value = 765). Red value is 2 (1.17% from 255 or 0.45% from 445); Green value is 224 (87.89% from 255 or 50.34% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 224 - color contains mainly: green. Hex color #02E0DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02E0DB is #FD1F24. Grayscale: #9C9C9C. Windows color (decimal): -16588581 or 14409730. OLE color: 14409730.
HSL color Cylindrical-coordinate representation of color #02E0DB: hue angle of 178.65º 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 #02E0DB is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 224 | 219 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.12 |
| HSL | 178.65º | 0.98% | 0.44% | - |
| HSV(B) | 178.65º | 0.99% | 0.88% | - |
| XYZ | 39.47 | 58.44 | 76.22 | - |
| YUV | 157.05 | 162.95 | 17.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 224 | 219 | 0.99 | 0 | 0.02 | 0.12 | 178.65 | 0.98 | 0.44 |
| Hex | 2 | E0 | DB | 63 | 0 | 2 | C | B3 | 62 | 2C |
| Octal | 2 | 340 | 333 | 143 | 0 | 2 | 14 | 263 | 142 | 54 |
| Binary | 10 | 11100000 | 11011011 | 1100011 | 0 | 10 | 1100 | 10110011 | 1100010 | 101100 |
Color Harmonies of #02E0DB
Complementary color
Monochromatic Colors of #02E0DB
Black with #02E0DB
Text Example
Text Example
White with #02E0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E0DB; }
p { color: rgb(2,224,219); }
H1.HeaderClassName
{
color: #02E0DB;
}
.AnyTagClassName
{
color: #02E0DB;
}
</style>
background-color css
<style>
a { background-color: #02E0DB; }
a { background-color: rgb(2,224,219); }
div.DivClassName
{
background-color: #02E0DB;
}
.BgClassName
{
background-color: #02E0DB;
}
</style>
border-color css
<style>
span { border-color: #02E0DB; }
span { border-color: rgb(2,224,219); }
td.TdClassName
{
border-color: #02E0DB;
}
.TagClassName
{
border-color: #02E0DB;
}
</style>