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