Shades of Dark Turquoise #1ECADB
Tints of Dark Turquoise #1ECADB
RGB
CMYK
RGB Variations
Color information
#1ECADB (or 0x1ECADB) is known color: Dark Turquoise. HEX triplet: 1E, CA and DB. RGB value is (30,202,219). Sum of RGB (Red+Green+Blue) = 30+202+219=451 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.65% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #1ECADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECADB is #E13524. Grayscale: #989898. Windows color (decimal): -14759205 or 14404126. OLE color: 14404126.
HSL color Cylindrical-coordinate representation of color #1ECADB: hue angle of 185.4º 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 #1ECADB is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 202 | 219 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.14 |
| HSL | 185.4º | 0.76% | 0.49% | - |
| HSV(B) | 185.4º | 0.86% | 0.86% | - |
| XYZ | 34.44 | 47.63 | 74.4 | - |
| YUV | 152.51 | 165.52 | 40.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 202 | 219 | 0.86 | 0.08 | 0 | 0.14 | 185.4 | 0.76 | 0.49 |
| Hex | 1E | CA | DB | 56 | 8 | 0 | E | B9 | 4C | 31 |
| Octal | 36 | 312 | 333 | 126 | 10 | 0 | 16 | 271 | 114 | 61 |
| Binary | 11110 | 11001010 | 11011011 | 1010110 | 1000 | 0 | 1110 | 10111001 | 1001100 | 110001 |
Color Harmonies of #1ECADB
Complementary color
Monochromatic Colors of #1ECADB
Black with #1ECADB
Text Example
Text Example
White with #1ECADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECADB; }
p { color: rgb(30,202,219); }
H1.HeaderClassName
{
color: #1ECADB;
}
.AnyTagClassName
{
color: #1ECADB;
}
</style>
background-color css
<style>
a { background-color: #1ECADB; }
a { background-color: rgb(30,202,219); }
div.DivClassName
{
background-color: #1ECADB;
}
.BgClassName
{
background-color: #1ECADB;
}
</style>
border-color css
<style>
span { border-color: #1ECADB; }
span { border-color: rgb(30,202,219); }
td.TdClassName
{
border-color: #1ECADB;
}
.TagClassName
{
border-color: #1ECADB;
}
</style>