Shades of Dark Turquoise #1ECDD9
Tints of Dark Turquoise #1ECDD9
RGB
CMYK
RGB Variations
Color information
#1ECDD9 (or 0x1ECDD9) is known color: Dark Turquoise. HEX triplet: 1E, CD and D9. RGB value is (30,205,217). Sum of RGB (Red+Green+Blue) = 30+205+217=452 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.64% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 217 (85.16% from 255 or 48.01% from 452); Max value from RGB is 217 - color contains mainly: blue. Hex color #1ECDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECDD9 is #E13226. Grayscale: #999999. Windows color (decimal): -14758439 or 14273822. OLE color: 14273822.
HSL color Cylindrical-coordinate representation of color #1ECDD9: hue angle of 183.85º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECDD9 is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 205 | 217 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.15 |
| HSL | 183.85º | 0.76% | 0.48% | - |
| HSV(B) | 183.85º | 0.86% | 0.85% | - |
| XYZ | 34.89 | 48.95 | 73.25 | - |
| YUV | 154.04 | 163.52 | 39.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 205 | 217 | 0.86 | 0.06 | 0 | 0.15 | 183.85 | 0.76 | 0.48 |
| Hex | 1E | CD | D9 | 56 | 6 | 0 | F | B8 | 4C | 30 |
| Octal | 36 | 315 | 331 | 126 | 6 | 0 | 17 | 270 | 114 | 60 |
| Binary | 11110 | 11001101 | 11011001 | 1010110 | 110 | 0 | 1111 | 10111000 | 1001100 | 110000 |
Color Harmonies of #1ECDD9
Complementary color
Monochromatic Colors of #1ECDD9
Black with #1ECDD9
Text Example
Text Example
White with #1ECDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECDD9; }
p { color: rgb(30,205,217); }
H1.HeaderClassName
{
color: #1ECDD9;
}
.AnyTagClassName
{
color: #1ECDD9;
}
</style>
background-color css
<style>
a { background-color: #1ECDD9; }
a { background-color: rgb(30,205,217); }
div.DivClassName
{
background-color: #1ECDD9;
}
.BgClassName
{
background-color: #1ECDD9;
}
</style>
border-color css
<style>
span { border-color: #1ECDD9; }
span { border-color: rgb(30,205,217); }
td.TdClassName
{
border-color: #1ECDD9;
}
.TagClassName
{
border-color: #1ECDD9;
}
</style>