Shades of Dark Turquoise #1ECCD4
Tints of Dark Turquoise #1ECCD4
RGB
CMYK
RGB Variations
Color information
#1ECCD4 (or 0x1ECCD4) is known color: Dark Turquoise. HEX triplet: 1E, CC and D4. RGB value is (30,204,212). Sum of RGB (Red+Green+Blue) = 30+204+212=446 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.73% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 212 (83.20% from 255 or 47.53% from 446); Max value from RGB is 212 - color contains mainly: blue. Hex color #1ECCD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECCD4 is #E1332B. Grayscale: #989898. Windows color (decimal): -14758700 or 13945886. OLE color: 13945886.
HSL color Cylindrical-coordinate representation of color #1ECCD4: hue angle of 182.64º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECCD4 is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 30 | 204 | 212 | - |
| CMYK | 0.86 | 0.04 | 0 | 0.17 |
| HSL | 182.64º | 0.75% | 0.47% | - |
| HSV(B) | 182.64º | 0.86% | 0.83% | - |
| XYZ | 34.01 | 48.22 | 69.8 | - |
| YUV | 152.89 | 161.35 | 40.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 204 | 212 | 0.86 | 0.04 | 0 | 0.17 | 182.64 | 0.75 | 0.47 |
| Hex | 1E | CC | D4 | 56 | 4 | 0 | 11 | B7 | 4B | 2F |
| Octal | 36 | 314 | 324 | 126 | 4 | 0 | 21 | 267 | 113 | 57 |
| Binary | 11110 | 11001100 | 11010100 | 1010110 | 100 | 0 | 10001 | 10110111 | 1001011 | 101111 |
Color Harmonies of #1ECCD4
Complementary color
Monochromatic Colors of #1ECCD4
Black with #1ECCD4
Text Example
Text Example
White with #1ECCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECCD4; }
p { color: rgb(30,204,212); }
H1.HeaderClassName
{
color: #1ECCD4;
}
.AnyTagClassName
{
color: #1ECCD4;
}
</style>
background-color css
<style>
a { background-color: #1ECCD4; }
a { background-color: rgb(30,204,212); }
div.DivClassName
{
background-color: #1ECCD4;
}
.BgClassName
{
background-color: #1ECCD4;
}
</style>
border-color css
<style>
span { border-color: #1ECCD4; }
span { border-color: rgb(30,204,212); }
td.TdClassName
{
border-color: #1ECCD4;
}
.TagClassName
{
border-color: #1ECCD4;
}
</style>