Shades of Bright Turquoise #0EDDD6
Tints of Bright Turquoise #0EDDD6
RGB
CMYK
RGB Variations
Color information
#0EDDD6 (or 0x0EDDD6) is known color: Bright Turquoise. HEX triplet: 0E, DD and D6. RGB value is (14,221,214). Sum of RGB (Red+Green+Blue) = 14+221+214=449 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.12% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 214 (83.98% from 255 or 47.66% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDDD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDDD6 is #F12229. Grayscale: #9E9E9E. Windows color (decimal): -15802922 or 14081294. OLE color: 14081294.
HSL color Cylindrical-coordinate representation of color #0EDDD6: hue angle of 177.97º 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 #0EDDD6 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 221 | 214 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.13 |
| HSL | 177.97º | 0.88% | 0.46% | - |
| HSV(B) | 177.97º | 0.94% | 0.87% | - |
| XYZ | 38.18 | 56.66 | 72.54 | - |
| YUV | 158.31 | 159.42 | 25.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 221 | 214 | 0.94 | 0 | 0.03 | 0.13 | 177.97 | 0.88 | 0.46 |
| Hex | E | DD | D6 | 5E | 0 | 3 | D | B2 | 58 | 2E |
| Octal | 16 | 335 | 326 | 136 | 0 | 3 | 15 | 262 | 130 | 56 |
| Binary | 1110 | 11011101 | 11010110 | 1011110 | 0 | 11 | 1101 | 10110010 | 1011000 | 101110 |
Color Harmonies of #0EDDD6
Complementary color
Monochromatic Colors of #0EDDD6
Black with #0EDDD6
Text Example
Text Example
White with #0EDDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDDD6; }
p { color: rgb(14,221,214); }
H1.HeaderClassName
{
color: #0EDDD6;
}
.AnyTagClassName
{
color: #0EDDD6;
}
</style>
background-color css
<style>
a { background-color: #0EDDD6; }
a { background-color: rgb(14,221,214); }
div.DivClassName
{
background-color: #0EDDD6;
}
.BgClassName
{
background-color: #0EDDD6;
}
</style>
border-color css
<style>
span { border-color: #0EDDD6; }
span { border-color: rgb(14,221,214); }
td.TdClassName
{
border-color: #0EDDD6;
}
.TagClassName
{
border-color: #0EDDD6;
}
</style>