Shades of Bright Turquoise #0EF2DB
Tints of Bright Turquoise #0EF2DB
RGB
CMYK
RGB Variations
Color information
#0EF2DB (or 0x0EF2DB) is known color: Bright Turquoise. HEX triplet: 0E, F2 and DB. RGB value is (14,242,219). Sum of RGB (Red+Green+Blue) = 14+242+219=475 (62% of max value = 765). Red value is 14 (5.86% from 255 or 2.95% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #0EF2DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EF2DB is #F10D24. Grayscale: #ABABAB. Windows color (decimal): -15797541 or 14414350. OLE color: 14414350.
HSL color Cylindrical-coordinate representation of color #0EF2DB: hue angle of 173.95º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF2DB is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 14 | 242 | 219 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.05 |
| HSL | 173.95º | 0.9% | 0.5% | - |
| HSV(B) | 173.95º | 0.94% | 0.95% | - |
| XYZ | 44.72 | 68.71 | 77.92 | - |
| YUV | 171.21 | 154.96 | 15.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 242 | 219 | 0.94 | 0 | 0.10 | 0.05 | 173.95 | 0.9 | 0.5 |
| Hex | E | F2 | DB | 5E | 0 | A | 5 | AE | 5A | 32 |
| Octal | 16 | 362 | 333 | 136 | 0 | 12 | 5 | 256 | 132 | 62 |
| Binary | 1110 | 11110010 | 11011011 | 1011110 | 0 | 1010 | 101 | 10101110 | 1011010 | 110010 |
Color Harmonies of #0EF2DB
Complementary color
Monochromatic Colors of #0EF2DB
Black with #0EF2DB
Text Example
Text Example
White with #0EF2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF2DB; }
p { color: rgb(14,242,219); }
H1.HeaderClassName
{
color: #0EF2DB;
}
.AnyTagClassName
{
color: #0EF2DB;
}
</style>
background-color css
<style>
a { background-color: #0EF2DB; }
a { background-color: rgb(14,242,219); }
div.DivClassName
{
background-color: #0EF2DB;
}
.BgClassName
{
background-color: #0EF2DB;
}
</style>
border-color css
<style>
span { border-color: #0EF2DB; }
span { border-color: rgb(14,242,219); }
td.TdClassName
{
border-color: #0EF2DB;
}
.TagClassName
{
border-color: #0EF2DB;
}
</style>