Shades of Dark Turquoise #1ECEDC
Tints of Dark Turquoise #1ECEDC
RGB
CMYK
RGB Variations
Color information
#1ECEDC (or 0x1ECEDC) is known color: Dark Turquoise. HEX triplet: 1E, CE and DC. RGB value is (30,206,220). Sum of RGB (Red+Green+Blue) = 30+206+220=456 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.58% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #1ECEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECEDC is #E13123. Grayscale: #9A9A9A. Windows color (decimal): -14758180 or 14470686. OLE color: 14470686.
HSL color Cylindrical-coordinate representation of color #1ECEDC: hue angle of 184.42º 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 #1ECEDC is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 206 | 220 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.14 |
| HSL | 184.42º | 0.76% | 0.49% | - |
| HSV(B) | 184.42º | 0.86% | 0.86% | - |
| XYZ | 35.52 | 49.59 | 75.41 | - |
| YUV | 154.97 | 164.69 | 38.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 206 | 220 | 0.86 | 0.06 | 0 | 0.14 | 184.42 | 0.76 | 0.49 |
| Hex | 1E | CE | DC | 56 | 6 | 0 | E | B8 | 4C | 31 |
| Octal | 36 | 316 | 334 | 126 | 6 | 0 | 16 | 270 | 114 | 61 |
| Binary | 11110 | 11001110 | 11011100 | 1010110 | 110 | 0 | 1110 | 10111000 | 1001100 | 110001 |
Color Harmonies of #1ECEDC
Complementary color
Monochromatic Colors of #1ECEDC
Black with #1ECEDC
Text Example
Text Example
White with #1ECEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECEDC; }
p { color: rgb(30,206,220); }
H1.HeaderClassName
{
color: #1ECEDC;
}
.AnyTagClassName
{
color: #1ECEDC;
}
</style>
background-color css
<style>
a { background-color: #1ECEDC; }
a { background-color: rgb(30,206,220); }
div.DivClassName
{
background-color: #1ECEDC;
}
.BgClassName
{
background-color: #1ECEDC;
}
</style>
border-color css
<style>
span { border-color: #1ECEDC; }
span { border-color: rgb(30,206,220); }
td.TdClassName
{
border-color: #1ECEDC;
}
.TagClassName
{
border-color: #1ECEDC;
}
</style>