Shades of Dark Turquoise #0EDCCC
Tints of Dark Turquoise #0EDCCC
RGB
CMYK
RGB Variations
Color information
#0EDCCC (or 0x0EDCCC) is known color: Dark Turquoise. HEX triplet: 0E, DC and CC. RGB value is (14,220,204). Sum of RGB (Red+Green+Blue) = 14+220+204=438 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.20% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #0EDCCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0EDCCC is #F12333. Grayscale: #9C9C9C. Windows color (decimal): -15803188 or 13425678. OLE color: 13425678.
HSL color Cylindrical-coordinate representation of color #0EDCCC: hue angle of 175.34º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDCCC is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 220 | 204 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.14 |
| HSL | 175.34º | 0.88% | 0.46% | - |
| HSV(B) | 175.34º | 0.94% | 0.86% | - |
| XYZ | 36.67 | 55.64 | 65.93 | - |
| YUV | 156.58 | 154.75 | 26.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 220 | 204 | 0.94 | 0 | 0.07 | 0.14 | 175.34 | 0.88 | 0.46 |
| Hex | E | DC | CC | 5E | 0 | 7 | E | AF | 58 | 2E |
| Octal | 16 | 334 | 314 | 136 | 0 | 7 | 16 | 257 | 130 | 56 |
| Binary | 1110 | 11011100 | 11001100 | 1011110 | 0 | 111 | 1110 | 10101111 | 1011000 | 101110 |
Color Harmonies of #0EDCCC
Complementary color
Monochromatic Colors of #0EDCCC
Black with #0EDCCC
Text Example
Text Example
White with #0EDCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDCCC; }
p { color: rgb(14,220,204); }
H1.HeaderClassName
{
color: #0EDCCC;
}
.AnyTagClassName
{
color: #0EDCCC;
}
</style>
background-color css
<style>
a { background-color: #0EDCCC; }
a { background-color: rgb(14,220,204); }
div.DivClassName
{
background-color: #0EDCCC;
}
.BgClassName
{
background-color: #0EDCCC;
}
</style>
border-color css
<style>
span { border-color: #0EDCCC; }
span { border-color: rgb(14,220,204); }
td.TdClassName
{
border-color: #0EDCCC;
}
.TagClassName
{
border-color: #0EDCCC;
}
</style>