Shades of Dark Turquoise #0ECFDC
Tints of Dark Turquoise #0ECFDC
RGB
CMYK
RGB Variations
Color information
#0ECFDC (or 0x0ECFDC) is known color: Dark Turquoise. HEX triplet: 0E, CF and DC. RGB value is (14,207,220). Sum of RGB (Red+Green+Blue) = 14+207+220=441 (58% of max value = 765). Red value is 14 (5.86% from 255 or 3.17% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #0ECFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECFDC is #F13023. Grayscale: #969696. Windows color (decimal): -15806500 or 14470926. OLE color: 14470926.
HSL color Cylindrical-coordinate representation of color #0ECFDC: hue angle of 183.79º 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 #0ECFDC is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 207 | 220 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.14 |
| HSL | 183.79º | 0.88% | 0.46% | - |
| HSV(B) | 183.79º | 0.94% | 0.86% | - |
| XYZ | 35.41 | 49.89 | 75.47 | - |
| YUV | 150.78 | 167.06 | 30.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 207 | 220 | 0.94 | 0.06 | 0 | 0.14 | 183.79 | 0.88 | 0.46 |
| Hex | E | CF | DC | 5E | 6 | 0 | E | B8 | 58 | 2E |
| Octal | 16 | 317 | 334 | 136 | 6 | 0 | 16 | 270 | 130 | 56 |
| Binary | 1110 | 11001111 | 11011100 | 1011110 | 110 | 0 | 1110 | 10111000 | 1011000 | 101110 |
Color Harmonies of #0ECFDC
Complementary color
Monochromatic Colors of #0ECFDC
Black with #0ECFDC
Text Example
Text Example
White with #0ECFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECFDC; }
p { color: rgb(14,207,220); }
H1.HeaderClassName
{
color: #0ECFDC;
}
.AnyTagClassName
{
color: #0ECFDC;
}
</style>
background-color css
<style>
a { background-color: #0ECFDC; }
a { background-color: rgb(14,207,220); }
div.DivClassName
{
background-color: #0ECFDC;
}
.BgClassName
{
background-color: #0ECFDC;
}
</style>
border-color css
<style>
span { border-color: #0ECFDC; }
span { border-color: rgb(14,207,220); }
td.TdClassName
{
border-color: #0ECFDC;
}
.TagClassName
{
border-color: #0ECFDC;
}
</style>