Shades of Dark Turquoise #0ECFD1
Tints of Dark Turquoise #0ECFD1
RGB
CMYK
RGB Variations
Color information
#0ECFD1 (or 0x0ECFD1) is known color: Dark Turquoise. HEX triplet: 0E, CF and D1. RGB value is (14,207,209). Sum of RGB (Red+Green+Blue) = 14+207+209=430 (56% of max value = 765). Red value is 14 (5.86% from 255 or 3.26% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 209 - color contains mainly: blue. Hex color #0ECFD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ECFD1 is #F1302E. Grayscale: #959595. Windows color (decimal): -15806511 or 13750030. OLE color: 13750030.
HSL color Cylindrical-coordinate representation of color #0ECFD1: hue angle of 180.62º degrees, saturation: 0.87, 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 #0ECFD1 is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 207 | 209 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.18 |
| HSL | 180.62º | 0.87% | 0.44% | - |
| HSV(B) | 180.62º | 0.93% | 0.82% | - |
| XYZ | 34 | 49.32 | 68.05 | - |
| YUV | 149.52 | 161.56 | 31.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 207 | 209 | 0.93 | 0.01 | 0 | 0.18 | 180.62 | 0.87 | 0.44 |
| Hex | E | CF | D1 | 5D | 1 | 0 | 12 | B5 | 57 | 2C |
| Octal | 16 | 317 | 321 | 135 | 1 | 0 | 22 | 265 | 127 | 54 |
| Binary | 1110 | 11001111 | 11010001 | 1011101 | 1 | 0 | 10010 | 10110101 | 1010111 | 101100 |
Color Harmonies of #0ECFD1
Complementary color
Monochromatic Colors of #0ECFD1
Black with #0ECFD1
Text Example
Text Example
White with #0ECFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECFD1; }
p { color: rgb(14,207,209); }
H1.HeaderClassName
{
color: #0ECFD1;
}
.AnyTagClassName
{
color: #0ECFD1;
}
</style>
background-color css
<style>
a { background-color: #0ECFD1; }
a { background-color: rgb(14,207,209); }
div.DivClassName
{
background-color: #0ECFD1;
}
.BgClassName
{
background-color: #0ECFD1;
}
</style>
border-color css
<style>
span { border-color: #0ECFD1; }
span { border-color: rgb(14,207,209); }
td.TdClassName
{
border-color: #0ECFD1;
}
.TagClassName
{
border-color: #0ECFD1;
}
</style>