Shades of Dark Turquoise #1ECFD2
Tints of Dark Turquoise #1ECFD2
RGB
CMYK
RGB Variations
Color information
#1ECFD2 (or 0x1ECFD2) is known color: Dark Turquoise. HEX triplet: 1E, CF and D2. RGB value is (30,207,210). Sum of RGB (Red+Green+Blue) = 30+207+210=447 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.71% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 210 (82.42% from 255 or 46.98% from 447); Max value from RGB is 210 - color contains mainly: blue. Hex color #1ECFD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECFD2 is #E1302D. Grayscale: #9A9A9A. Windows color (decimal): -14757934 or 13815582. OLE color: 13815582.
HSL color Cylindrical-coordinate representation of color #1ECFD2: hue angle of 181º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECFD2 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 207 | 210 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.18 |
| HSL | 181º | 0.75% | 0.47% | - |
| HSV(B) | 181º | 0.86% | 0.82% | - |
| XYZ | 34.48 | 49.55 | 68.72 | - |
| YUV | 154.42 | 159.36 | 39.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 207 | 210 | 0.86 | 0.01 | 0 | 0.18 | 181 | 0.75 | 0.47 |
| Hex | 1E | CF | D2 | 56 | 1 | 0 | 12 | B5 | 4B | 2F |
| Octal | 36 | 317 | 322 | 126 | 1 | 0 | 22 | 265 | 113 | 57 |
| Binary | 11110 | 11001111 | 11010010 | 1010110 | 1 | 0 | 10010 | 10110101 | 1001011 | 101111 |
Color Harmonies of #1ECFD2
Complementary color
Monochromatic Colors of #1ECFD2
Black with #1ECFD2
Text Example
Text Example
White with #1ECFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECFD2; }
p { color: rgb(30,207,210); }
H1.HeaderClassName
{
color: #1ECFD2;
}
.AnyTagClassName
{
color: #1ECFD2;
}
</style>
background-color css
<style>
a { background-color: #1ECFD2; }
a { background-color: rgb(30,207,210); }
div.DivClassName
{
background-color: #1ECFD2;
}
.BgClassName
{
background-color: #1ECFD2;
}
</style>
border-color css
<style>
span { border-color: #1ECFD2; }
span { border-color: rgb(30,207,210); }
td.TdClassName
{
border-color: #1ECFD2;
}
.TagClassName
{
border-color: #1ECFD2;
}
</style>