Shades of Dark Turquoise #1ECADE
Tints of Dark Turquoise #1ECADE
RGB
CMYK
RGB Variations
Color information
#1ECADE (or 0x1ECADE) is known color: Dark Turquoise. HEX triplet: 1E, CA and DE. RGB value is (30,202,222). Sum of RGB (Red+Green+Blue) = 30+202+222=454 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.61% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #1ECADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECADE is #E13521. Grayscale: #989898. Windows color (decimal): -14759202 or 14600734. OLE color: 14600734.
HSL color Cylindrical-coordinate representation of color #1ECADE: hue angle of 186.25º 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 #1ECADE is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 202 | 222 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.13 |
| HSL | 186.25º | 0.76% | 0.49% | - |
| HSV(B) | 186.25º | 0.86% | 0.87% | - |
| XYZ | 34.84 | 47.79 | 76.5 | - |
| YUV | 152.85 | 167.02 | 40.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 202 | 222 | 0.86 | 0.09 | 0 | 0.13 | 186.25 | 0.76 | 0.49 |
| Hex | 1E | CA | DE | 56 | 9 | 0 | D | BA | 4C | 31 |
| Octal | 36 | 312 | 336 | 126 | 11 | 0 | 15 | 272 | 114 | 61 |
| Binary | 11110 | 11001010 | 11011110 | 1010110 | 1001 | 0 | 1101 | 10111010 | 1001100 | 110001 |
Color Harmonies of #1ECADE
Complementary color
Monochromatic Colors of #1ECADE
Black with #1ECADE
Text Example
Text Example
White with #1ECADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECADE; }
p { color: rgb(30,202,222); }
H1.HeaderClassName
{
color: #1ECADE;
}
.AnyTagClassName
{
color: #1ECADE;
}
</style>
background-color css
<style>
a { background-color: #1ECADE; }
a { background-color: rgb(30,202,222); }
div.DivClassName
{
background-color: #1ECADE;
}
.BgClassName
{
background-color: #1ECADE;
}
</style>
border-color css
<style>
span { border-color: #1ECADE; }
span { border-color: rgb(30,202,222); }
td.TdClassName
{
border-color: #1ECADE;
}
.TagClassName
{
border-color: #1ECADE;
}
</style>