Shades of Dark Turquoise #1ECADA
Tints of Dark Turquoise #1ECADA
RGB
CMYK
RGB Variations
Color information
#1ECADA (or 0x1ECADA) is known color: Dark Turquoise. HEX triplet: 1E, CA and DA. RGB value is (30,202,218). Sum of RGB (Red+Green+Blue) = 30+202+218=450 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.67% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #1ECADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECADA is #E13525. Grayscale: #989898. Windows color (decimal): -14759206 or 14338590. OLE color: 14338590.
HSL color Cylindrical-coordinate representation of color #1ECADA: hue angle of 185.11º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECADA is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 202 | 218 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.15 |
| HSL | 185.11º | 0.76% | 0.49% | - |
| HSV(B) | 185.11º | 0.86% | 0.85% | - |
| XYZ | 34.31 | 47.58 | 73.7 | - |
| YUV | 152.4 | 165.02 | 40.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 202 | 218 | 0.86 | 0.07 | 0 | 0.15 | 185.11 | 0.76 | 0.49 |
| Hex | 1E | CA | DA | 56 | 7 | 0 | F | B9 | 4C | 31 |
| Octal | 36 | 312 | 332 | 126 | 7 | 0 | 17 | 271 | 114 | 61 |
| Binary | 11110 | 11001010 | 11011010 | 1010110 | 111 | 0 | 1111 | 10111001 | 1001100 | 110001 |
Color Harmonies of #1ECADA
Complementary color
Monochromatic Colors of #1ECADA
Black with #1ECADA
Text Example
Text Example
White with #1ECADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECADA; }
p { color: rgb(30,202,218); }
H1.HeaderClassName
{
color: #1ECADA;
}
.AnyTagClassName
{
color: #1ECADA;
}
</style>
background-color css
<style>
a { background-color: #1ECADA; }
a { background-color: rgb(30,202,218); }
div.DivClassName
{
background-color: #1ECADA;
}
.BgClassName
{
background-color: #1ECADA;
}
</style>
border-color css
<style>
span { border-color: #1ECADA; }
span { border-color: rgb(30,202,218); }
td.TdClassName
{
border-color: #1ECADA;
}
.TagClassName
{
border-color: #1ECADA;
}
</style>