Shades of Dark Turquoise #1ECADD
Tints of Dark Turquoise #1ECADD
RGB
CMYK
RGB Variations
Color information
#1ECADD (or 0x1ECADD) is known color: Dark Turquoise. HEX triplet: 1E, CA and DD. RGB value is (30,202,221). Sum of RGB (Red+Green+Blue) = 30+202+221=453 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.62% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #1ECADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECADD is #E13522. Grayscale: #989898. Windows color (decimal): -14759203 or 14535198. OLE color: 14535198.
HSL color Cylindrical-coordinate representation of color #1ECADD: hue angle of 185.97º 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 #1ECADD is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 202 | 221 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.13 |
| HSL | 185.97º | 0.76% | 0.49% | - |
| HSV(B) | 185.97º | 0.86% | 0.87% | - |
| XYZ | 34.71 | 47.74 | 75.79 | - |
| YUV | 152.74 | 166.52 | 40.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 202 | 221 | 0.86 | 0.09 | 0 | 0.13 | 185.97 | 0.76 | 0.49 |
| Hex | 1E | CA | DD | 56 | 9 | 0 | D | BA | 4C | 31 |
| Octal | 36 | 312 | 335 | 126 | 11 | 0 | 15 | 272 | 114 | 61 |
| Binary | 11110 | 11001010 | 11011101 | 1010110 | 1001 | 0 | 1101 | 10111010 | 1001100 | 110001 |
Color Harmonies of #1ECADD
Complementary color
Monochromatic Colors of #1ECADD
Black with #1ECADD
Text Example
Text Example
White with #1ECADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECADD; }
p { color: rgb(30,202,221); }
H1.HeaderClassName
{
color: #1ECADD;
}
.AnyTagClassName
{
color: #1ECADD;
}
</style>
background-color css
<style>
a { background-color: #1ECADD; }
a { background-color: rgb(30,202,221); }
div.DivClassName
{
background-color: #1ECADD;
}
.BgClassName
{
background-color: #1ECADD;
}
</style>
border-color css
<style>
span { border-color: #1ECADD; }
span { border-color: rgb(30,202,221); }
td.TdClassName
{
border-color: #1ECADD;
}
.TagClassName
{
border-color: #1ECADD;
}
</style>