Shades of Dark Turquoise #1ECCCF
Tints of Dark Turquoise #1ECCCF
RGB
CMYK
RGB Variations
Color information
#1ECCCF (or 0x1ECCCF) is known color: Dark Turquoise. HEX triplet: 1E, CC and CF. RGB value is (30,204,207). Sum of RGB (Red+Green+Blue) = 30+204+207=441 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.80% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #1ECCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECCCF is #E13330. Grayscale: #989898. Windows color (decimal): -14758705 or 13618206. OLE color: 13618206.
HSL color Cylindrical-coordinate representation of color #1ECCCF: hue angle of 181.02º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECCCF is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 204 | 207 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.19 |
| HSL | 181.02º | 0.75% | 0.46% | - |
| HSV(B) | 181.02º | 0.86% | 0.81% | - |
| XYZ | 33.39 | 47.97 | 66.53 | - |
| YUV | 152.32 | 158.85 | 40.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 204 | 207 | 0.86 | 0.01 | 0 | 0.19 | 181.02 | 0.75 | 0.46 |
| Hex | 1E | CC | CF | 56 | 1 | 0 | 13 | B5 | 4B | 2E |
| Octal | 36 | 314 | 317 | 126 | 1 | 0 | 23 | 265 | 113 | 56 |
| Binary | 11110 | 11001100 | 11001111 | 1010110 | 1 | 0 | 10011 | 10110101 | 1001011 | 101110 |
Color Harmonies of #1ECCCF
Complementary color
Monochromatic Colors of #1ECCCF
Black with #1ECCCF
Text Example
Text Example
White with #1ECCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECCCF; }
p { color: rgb(30,204,207); }
H1.HeaderClassName
{
color: #1ECCCF;
}
.AnyTagClassName
{
color: #1ECCCF;
}
</style>
background-color css
<style>
a { background-color: #1ECCCF; }
a { background-color: rgb(30,204,207); }
div.DivClassName
{
background-color: #1ECCCF;
}
.BgClassName
{
background-color: #1ECCCF;
}
</style>
border-color css
<style>
span { border-color: #1ECCCF; }
span { border-color: rgb(30,204,207); }
td.TdClassName
{
border-color: #1ECCCF;
}
.TagClassName
{
border-color: #1ECCCF;
}
</style>