Shades of Dark Turquoise #1EC7DB
Tints of Dark Turquoise #1EC7DB
RGB
CMYK
RGB Variations
Color information
#1EC7DB (or 0x1EC7DB) is known color: Dark Turquoise. HEX triplet: 1E, C7 and DB. RGB value is (30,199,219). Sum of RGB (Red+Green+Blue) = 30+199+219=448 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.70% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #1EC7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC7DB is #E13824. Grayscale: #969696. Windows color (decimal): -14759973 or 14403358. OLE color: 14403358.
HSL color Cylindrical-coordinate representation of color #1EC7DB: hue angle of 186.35º 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 #1EC7DB is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 199 | 219 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.14 |
| HSL | 186.35º | 0.76% | 0.49% | - |
| HSV(B) | 186.35º | 0.86% | 0.86% | - |
| XYZ | 33.75 | 46.24 | 74.16 | - |
| YUV | 150.75 | 166.51 | 41.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 199 | 219 | 0.86 | 0.09 | 0 | 0.14 | 186.35 | 0.76 | 0.49 |
| Hex | 1E | C7 | DB | 56 | 9 | 0 | E | BA | 4C | 31 |
| Octal | 36 | 307 | 333 | 126 | 11 | 0 | 16 | 272 | 114 | 61 |
| Binary | 11110 | 11000111 | 11011011 | 1010110 | 1001 | 0 | 1110 | 10111010 | 1001100 | 110001 |
Color Harmonies of #1EC7DB
Complementary color
Monochromatic Colors of #1EC7DB
Black with #1EC7DB
Text Example
Text Example
White with #1EC7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC7DB; }
p { color: rgb(30,199,219); }
H1.HeaderClassName
{
color: #1EC7DB;
}
.AnyTagClassName
{
color: #1EC7DB;
}
</style>
background-color css
<style>
a { background-color: #1EC7DB; }
a { background-color: rgb(30,199,219); }
div.DivClassName
{
background-color: #1EC7DB;
}
.BgClassName
{
background-color: #1EC7DB;
}
</style>
border-color css
<style>
span { border-color: #1EC7DB; }
span { border-color: rgb(30,199,219); }
td.TdClassName
{
border-color: #1EC7DB;
}
.TagClassName
{
border-color: #1EC7DB;
}
</style>