Shades of Dark Turquoise #0ECCD2
Tints of Dark Turquoise #0ECCD2
RGB
CMYK
RGB Variations
Color information
#0ECCD2 (or 0x0ECCD2) is known color: Dark Turquoise. HEX triplet: 0E, CC and D2. RGB value is (14,204,210). Sum of RGB (Red+Green+Blue) = 14+204+210=428 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.27% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 210 (82.42% from 255 or 49.07% from 428); Max value from RGB is 210 - color contains mainly: blue. Hex color #0ECCD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECCD2 is #F1332D. Grayscale: #939393. Windows color (decimal): -15807278 or 13814798. OLE color: 13814798.
HSL color Cylindrical-coordinate representation of color #0ECCD2: hue angle of 181.84º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECCD2 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 204 | 210 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.18 |
| HSL | 181.84º | 0.88% | 0.44% | - |
| HSV(B) | 181.84º | 0.93% | 0.82% | - |
| XYZ | 33.41 | 47.93 | 68.46 | - |
| YUV | 147.87 | 163.05 | 32.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 204 | 210 | 0.93 | 0.03 | 0 | 0.18 | 181.84 | 0.88 | 0.44 |
| Hex | E | CC | D2 | 5D | 3 | 0 | 12 | B6 | 58 | 2C |
| Octal | 16 | 314 | 322 | 135 | 3 | 0 | 22 | 266 | 130 | 54 |
| Binary | 1110 | 11001100 | 11010010 | 1011101 | 11 | 0 | 10010 | 10110110 | 1011000 | 101100 |
Color Harmonies of #0ECCD2
Complementary color
Monochromatic Colors of #0ECCD2
Black with #0ECCD2
Text Example
Text Example
White with #0ECCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECCD2; }
p { color: rgb(14,204,210); }
H1.HeaderClassName
{
color: #0ECCD2;
}
.AnyTagClassName
{
color: #0ECCD2;
}
</style>
background-color css
<style>
a { background-color: #0ECCD2; }
a { background-color: rgb(14,204,210); }
div.DivClassName
{
background-color: #0ECCD2;
}
.BgClassName
{
background-color: #0ECCD2;
}
</style>
border-color css
<style>
span { border-color: #0ECCD2; }
span { border-color: rgb(14,204,210); }
td.TdClassName
{
border-color: #0ECCD2;
}
.TagClassName
{
border-color: #0ECCD2;
}
</style>