Shades of Dark Turquoise #1ECCD6
Tints of Dark Turquoise #1ECCD6
RGB
CMYK
RGB Variations
Color information
#1ECCD6 (or 0x1ECCD6) is known color: Dark Turquoise. HEX triplet: 1E, CC and D6. RGB value is (30,204,214). Sum of RGB (Red+Green+Blue) = 30+204+214=448 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.70% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 214 (83.98% from 255 or 47.77% from 448); Max value from RGB is 214 - color contains mainly: blue. Hex color #1ECCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECCD6 is #E13329. Grayscale: #989898. Windows color (decimal): -14758698 or 14076958. OLE color: 14076958.
HSL color Cylindrical-coordinate representation of color #1ECCD6: hue angle of 183.26º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECCD6 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 204 | 214 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.16 |
| HSL | 183.26º | 0.75% | 0.48% | - |
| HSV(B) | 183.26º | 0.86% | 0.84% | - |
| XYZ | 34.27 | 48.32 | 71.14 | - |
| YUV | 153.11 | 162.35 | 40.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 204 | 214 | 0.86 | 0.05 | 0 | 0.16 | 183.26 | 0.75 | 0.48 |
| Hex | 1E | CC | D6 | 56 | 5 | 0 | 10 | B7 | 4B | 30 |
| Octal | 36 | 314 | 326 | 126 | 5 | 0 | 20 | 267 | 113 | 60 |
| Binary | 11110 | 11001100 | 11010110 | 1010110 | 101 | 0 | 10000 | 10110111 | 1001011 | 110000 |
Color Harmonies of #1ECCD6
Complementary color
Monochromatic Colors of #1ECCD6
Black with #1ECCD6
Text Example
Text Example
White with #1ECCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECCD6; }
p { color: rgb(30,204,214); }
H1.HeaderClassName
{
color: #1ECCD6;
}
.AnyTagClassName
{
color: #1ECCD6;
}
</style>
background-color css
<style>
a { background-color: #1ECCD6; }
a { background-color: rgb(30,204,214); }
div.DivClassName
{
background-color: #1ECCD6;
}
.BgClassName
{
background-color: #1ECCD6;
}
</style>
border-color css
<style>
span { border-color: #1ECCD6; }
span { border-color: rgb(30,204,214); }
td.TdClassName
{
border-color: #1ECCD6;
}
.TagClassName
{
border-color: #1ECCD6;
}
</style>