Shades of Bright Turquoise #0EDDD4
Tints of Bright Turquoise #0EDDD4
RGB
CMYK
RGB Variations
Color information
#0EDDD4 (or 0x0EDDD4) is known color: Bright Turquoise. HEX triplet: 0E, DD and D4. RGB value is (14,221,212). Sum of RGB (Red+Green+Blue) = 14+221+212=447 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.13% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 212 (83.20% from 255 or 47.43% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDDD4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDDD4 is #F1222B. Grayscale: #9D9D9D. Windows color (decimal): -15802924 or 13950222. OLE color: 13950222.
HSL color Cylindrical-coordinate representation of color #0EDDD4: hue angle of 177.39º 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 #0EDDD4 is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 14 | 221 | 212 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.13 |
| HSL | 177.39º | 0.88% | 0.46% | - |
| HSV(B) | 177.39º | 0.94% | 0.87% | - |
| XYZ | 37.92 | 56.56 | 71.21 | - |
| YUV | 158.08 | 158.42 | 25.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 221 | 212 | 0.94 | 0 | 0.04 | 0.13 | 177.39 | 0.88 | 0.46 |
| Hex | E | DD | D4 | 5E | 0 | 4 | D | B1 | 58 | 2E |
| Octal | 16 | 335 | 324 | 136 | 0 | 4 | 15 | 261 | 130 | 56 |
| Binary | 1110 | 11011101 | 11010100 | 1011110 | 0 | 100 | 1101 | 10110001 | 1011000 | 101110 |
Color Harmonies of #0EDDD4
Complementary color
Monochromatic Colors of #0EDDD4
Black with #0EDDD4
Text Example
Text Example
White with #0EDDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDDD4; }
p { color: rgb(14,221,212); }
H1.HeaderClassName
{
color: #0EDDD4;
}
.AnyTagClassName
{
color: #0EDDD4;
}
</style>
background-color css
<style>
a { background-color: #0EDDD4; }
a { background-color: rgb(14,221,212); }
div.DivClassName
{
background-color: #0EDDD4;
}
.BgClassName
{
background-color: #0EDDD4;
}
</style>
border-color css
<style>
span { border-color: #0EDDD4; }
span { border-color: rgb(14,221,212); }
td.TdClassName
{
border-color: #0EDDD4;
}
.TagClassName
{
border-color: #0EDDD4;
}
</style>