Shades of Dark Turquoise #1ECCDD
Tints of Dark Turquoise #1ECCDD
RGB
CMYK
RGB Variations
Color information
#1ECCDD (or 0x1ECCDD) is known color: Dark Turquoise. HEX triplet: 1E, CC and DD. RGB value is (30,204,221). Sum of RGB (Red+Green+Blue) = 30+204+221=455 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.59% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #1ECCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECCDD is #E13322. Grayscale: #999999. Windows color (decimal): -14758691 or 14535710. OLE color: 14535710.
HSL color Cylindrical-coordinate representation of color #1ECCDD: hue angle of 185.34º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECCDD is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 204 | 221 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.13 |
| HSL | 185.34º | 0.76% | 0.49% | - |
| HSV(B) | 185.34º | 0.86% | 0.87% | - |
| XYZ | 35.18 | 48.68 | 75.95 | - |
| YUV | 153.91 | 165.85 | 39.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 204 | 221 | 0.86 | 0.08 | 0 | 0.13 | 185.34 | 0.76 | 0.49 |
| Hex | 1E | CC | DD | 56 | 8 | 0 | D | B9 | 4C | 31 |
| Octal | 36 | 314 | 335 | 126 | 10 | 0 | 15 | 271 | 114 | 61 |
| Binary | 11110 | 11001100 | 11011101 | 1010110 | 1000 | 0 | 1101 | 10111001 | 1001100 | 110001 |
Color Harmonies of #1ECCDD
Complementary color
Monochromatic Colors of #1ECCDD
Black with #1ECCDD
Text Example
Text Example
White with #1ECCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECCDD; }
p { color: rgb(30,204,221); }
H1.HeaderClassName
{
color: #1ECCDD;
}
.AnyTagClassName
{
color: #1ECCDD;
}
</style>
background-color css
<style>
a { background-color: #1ECCDD; }
a { background-color: rgb(30,204,221); }
div.DivClassName
{
background-color: #1ECCDD;
}
.BgClassName
{
background-color: #1ECCDD;
}
</style>
border-color css
<style>
span { border-color: #1ECCDD; }
span { border-color: rgb(30,204,221); }
td.TdClassName
{
border-color: #1ECCDD;
}
.TagClassName
{
border-color: #1ECCDD;
}
</style>