Shades of Bright Turquoise #0EDDD8
Tints of Bright Turquoise #0EDDD8
RGB
CMYK
RGB Variations
Color information
#0EDDD8 (or 0x0EDDD8) is known color: Bright Turquoise. HEX triplet: 0E, DD and D8. RGB value is (14,221,216). Sum of RGB (Red+Green+Blue) = 14+221+216=451 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.10% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 216 (84.77% from 255 or 47.89% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDDD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDDD8 is #F12227. Grayscale: #9E9E9E. Windows color (decimal): -15802920 or 14212366. OLE color: 14212366.
HSL color Cylindrical-coordinate representation of color #0EDDD8: hue angle of 178.55º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDDD8 is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 221 | 216 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.13 |
| HSL | 178.55º | 0.88% | 0.46% | - |
| HSV(B) | 178.55º | 0.94% | 0.87% | - |
| XYZ | 38.43 | 56.76 | 73.9 | - |
| YUV | 158.54 | 160.42 | 24.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 221 | 216 | 0.94 | 0 | 0.02 | 0.13 | 178.55 | 0.88 | 0.46 |
| Hex | E | DD | D8 | 5E | 0 | 2 | D | B3 | 58 | 2E |
| Octal | 16 | 335 | 330 | 136 | 0 | 2 | 15 | 263 | 130 | 56 |
| Binary | 1110 | 11011101 | 11011000 | 1011110 | 0 | 10 | 1101 | 10110011 | 1011000 | 101110 |
Color Harmonies of #0EDDD8
Complementary color
Monochromatic Colors of #0EDDD8
Black with #0EDDD8
Text Example
Text Example
White with #0EDDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDDD8; }
p { color: rgb(14,221,216); }
H1.HeaderClassName
{
color: #0EDDD8;
}
.AnyTagClassName
{
color: #0EDDD8;
}
</style>
background-color css
<style>
a { background-color: #0EDDD8; }
a { background-color: rgb(14,221,216); }
div.DivClassName
{
background-color: #0EDDD8;
}
.BgClassName
{
background-color: #0EDDD8;
}
</style>
border-color css
<style>
span { border-color: #0EDDD8; }
span { border-color: rgb(14,221,216); }
td.TdClassName
{
border-color: #0EDDD8;
}
.TagClassName
{
border-color: #0EDDD8;
}
</style>