Shades of Dark Turquoise #1EC3D9
Tints of Dark Turquoise #1EC3D9
RGB
CMYK
RGB Variations
Color information
#1EC3D9 (or 0x1EC3D9) is known color: Dark Turquoise. HEX triplet: 1E, C3 and D9. RGB value is (30,195,217). Sum of RGB (Red+Green+Blue) = 30+195+217=442 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.79% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 217 - color contains mainly: blue. Hex color #1EC3D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC3D9 is #E13C26. Grayscale: #939393. Windows color (decimal): -14760999 or 14271262. OLE color: 14271262.
HSL color Cylindrical-coordinate representation of color #1EC3D9: hue angle of 187.06º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EC3D9 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 195 | 217 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.15 |
| HSL | 187.06º | 0.76% | 0.48% | - |
| HSV(B) | 187.06º | 0.86% | 0.85% | - |
| XYZ | 32.57 | 44.32 | 72.48 | - |
| YUV | 148.17 | 166.84 | 43.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 195 | 217 | 0.86 | 0.10 | 0 | 0.15 | 187.06 | 0.76 | 0.48 |
| Hex | 1E | C3 | D9 | 56 | A | 0 | F | BB | 4C | 30 |
| Octal | 36 | 303 | 331 | 126 | 12 | 0 | 17 | 273 | 114 | 60 |
| Binary | 11110 | 11000011 | 11011001 | 1010110 | 1010 | 0 | 1111 | 10111011 | 1001100 | 110000 |
Color Harmonies of #1EC3D9
Complementary color
Monochromatic Colors of #1EC3D9
Black with #1EC3D9
Text Example
Text Example
White with #1EC3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC3D9; }
p { color: rgb(30,195,217); }
H1.HeaderClassName
{
color: #1EC3D9;
}
.AnyTagClassName
{
color: #1EC3D9;
}
</style>
background-color css
<style>
a { background-color: #1EC3D9; }
a { background-color: rgb(30,195,217); }
div.DivClassName
{
background-color: #1EC3D9;
}
.BgClassName
{
background-color: #1EC3D9;
}
</style>
border-color css
<style>
span { border-color: #1EC3D9; }
span { border-color: rgb(30,195,217); }
td.TdClassName
{
border-color: #1EC3D9;
}
.TagClassName
{
border-color: #1EC3D9;
}
</style>