Shades of Dark Turquoise #1ECED0
Tints of Dark Turquoise #1ECED0
RGB
CMYK
RGB Variations
Color information
#1ECED0 (or 0x1ECED0) is known color: Dark Turquoise. HEX triplet: 1E, CE and D0. RGB value is (30,206,208). Sum of RGB (Red+Green+Blue) = 30+206+208=444 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.76% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 208 (81.64% from 255 or 46.85% from 444); Max value from RGB is 208 - color contains mainly: blue. Hex color #1ECED0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECED0 is #E1312F. Grayscale: #999999. Windows color (decimal): -14758192 or 13684254. OLE color: 13684254.
HSL color Cylindrical-coordinate representation of color #1ECED0: hue angle of 180.67º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECED0 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 206 | 208 | - |
| CMYK | 0.86 | 0.01 | 0 | 0.18 |
| HSL | 180.67º | 0.75% | 0.47% | - |
| HSV(B) | 180.67º | 0.86% | 0.82% | - |
| XYZ | 33.99 | 48.97 | 67.34 | - |
| YUV | 153.6 | 158.69 | 39.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 206 | 208 | 0.86 | 0.01 | 0 | 0.18 | 180.67 | 0.75 | 0.47 |
| Hex | 1E | CE | D0 | 56 | 1 | 0 | 12 | B5 | 4B | 2F |
| Octal | 36 | 316 | 320 | 126 | 1 | 0 | 22 | 265 | 113 | 57 |
| Binary | 11110 | 11001110 | 11010000 | 1010110 | 1 | 0 | 10010 | 10110101 | 1001011 | 101111 |
Color Harmonies of #1ECED0
Complementary color
Monochromatic Colors of #1ECED0
Black with #1ECED0
Text Example
Text Example
White with #1ECED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECED0; }
p { color: rgb(30,206,208); }
H1.HeaderClassName
{
color: #1ECED0;
}
.AnyTagClassName
{
color: #1ECED0;
}
</style>
background-color css
<style>
a { background-color: #1ECED0; }
a { background-color: rgb(30,206,208); }
div.DivClassName
{
background-color: #1ECED0;
}
.BgClassName
{
background-color: #1ECED0;
}
</style>
border-color css
<style>
span { border-color: #1ECED0; }
span { border-color: rgb(30,206,208); }
td.TdClassName
{
border-color: #1ECED0;
}
.TagClassName
{
border-color: #1ECED0;
}
</style>