Shades of Bright Turquoise #0EE2DF
Tints of Bright Turquoise #0EE2DF
RGB
CMYK
RGB Variations
Color information
#0EE2DF (or 0x0EE2DF) is known color: Bright Turquoise. HEX triplet: 0E, E2 and DF. RGB value is (14,226,223). Sum of RGB (Red+Green+Blue) = 14+226+223=463 (61% of max value = 765). Red value is 14 (5.86% from 255 or 3.02% from 463); Green value is 226 (88.67% from 255 or 48.81% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 226 - color contains mainly: green. Hex color #0EE2DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EE2DF is #F11D20. Grayscale: #A2A2A2. Windows color (decimal): -15801633 or 14672398. OLE color: 14672398.
HSL color Cylindrical-coordinate representation of color #0EE2DF: hue angle of 179.15º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE2DF is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 14 | 226 | 223 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.11 |
| HSL | 179.15º | 0.88% | 0.47% | - |
| HSV(B) | 179.15º | 0.94% | 0.89% | - |
| XYZ | 40.7 | 59.81 | 79.21 | - |
| YUV | 162.27 | 162.26 | 22.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 226 | 223 | 0.94 | 0 | 0.01 | 0.11 | 179.15 | 0.88 | 0.47 |
| Hex | E | E2 | DF | 5E | 0 | 1 | B | B3 | 58 | 2F |
| Octal | 16 | 342 | 337 | 136 | 0 | 1 | 13 | 263 | 130 | 57 |
| Binary | 1110 | 11100010 | 11011111 | 1011110 | 0 | 1 | 1011 | 10110011 | 1011000 | 101111 |
Color Harmonies of #0EE2DF
Complementary color
Monochromatic Colors of #0EE2DF
Black with #0EE2DF
Text Example
Text Example
White with #0EE2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE2DF; }
p { color: rgb(14,226,223); }
H1.HeaderClassName
{
color: #0EE2DF;
}
.AnyTagClassName
{
color: #0EE2DF;
}
</style>
background-color css
<style>
a { background-color: #0EE2DF; }
a { background-color: rgb(14,226,223); }
div.DivClassName
{
background-color: #0EE2DF;
}
.BgClassName
{
background-color: #0EE2DF;
}
</style>
border-color css
<style>
span { border-color: #0EE2DF; }
span { border-color: rgb(14,226,223); }
td.TdClassName
{
border-color: #0EE2DF;
}
.TagClassName
{
border-color: #0EE2DF;
}
</style>