Shades of Dark Turquoise #1ECADC
Tints of Dark Turquoise #1ECADC
RGB
CMYK
RGB Variations
Color information
#1ECADC (or 0x1ECADC) is known color: Dark Turquoise. HEX triplet: 1E, CA and DC. RGB value is (30,202,220). Sum of RGB (Red+Green+Blue) = 30+202+220=452 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.64% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #1ECADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECADC is #E13523. Grayscale: #989898. Windows color (decimal): -14759204 or 14469662. OLE color: 14469662.
HSL color Cylindrical-coordinate representation of color #1ECADC: hue angle of 185.68º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECADC is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 202 | 220 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.14 |
| HSL | 185.68º | 0.76% | 0.49% | - |
| HSV(B) | 185.68º | 0.86% | 0.86% | - |
| XYZ | 34.57 | 47.68 | 75.09 | - |
| YUV | 152.62 | 166.02 | 40.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 202 | 220 | 0.86 | 0.08 | 0 | 0.14 | 185.68 | 0.76 | 0.49 |
| Hex | 1E | CA | DC | 56 | 8 | 0 | E | BA | 4C | 31 |
| Octal | 36 | 312 | 334 | 126 | 10 | 0 | 16 | 272 | 114 | 61 |
| Binary | 11110 | 11001010 | 11011100 | 1010110 | 1000 | 0 | 1110 | 10111010 | 1001100 | 110001 |
Color Harmonies of #1ECADC
Complementary color
Monochromatic Colors of #1ECADC
Black with #1ECADC
Text Example
Text Example
White with #1ECADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECADC; }
p { color: rgb(30,202,220); }
H1.HeaderClassName
{
color: #1ECADC;
}
.AnyTagClassName
{
color: #1ECADC;
}
</style>
background-color css
<style>
a { background-color: #1ECADC; }
a { background-color: rgb(30,202,220); }
div.DivClassName
{
background-color: #1ECADC;
}
.BgClassName
{
background-color: #1ECADC;
}
</style>
border-color css
<style>
span { border-color: #1ECADC; }
span { border-color: rgb(30,202,220); }
td.TdClassName
{
border-color: #1ECADC;
}
.TagClassName
{
border-color: #1ECADC;
}
</style>