Shades of Dark Turquoise #1ECEDD
Tints of Dark Turquoise #1ECEDD
RGB
CMYK
RGB Variations
Color information
#1ECEDD (or 0x1ECEDD) is known color: Dark Turquoise. HEX triplet: 1E, CE and DD. RGB value is (30,206,221). Sum of RGB (Red+Green+Blue) = 30+206+221=457 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.56% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #1ECEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECEDD is #E13122. Grayscale: #9A9A9A. Windows color (decimal): -14758179 or 14536222. OLE color: 14536222.
HSL color Cylindrical-coordinate representation of color #1ECEDD: hue angle of 184.71º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECEDD is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 206 | 221 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.13 |
| HSL | 184.71º | 0.76% | 0.49% | - |
| HSV(B) | 184.71º | 0.86% | 0.87% | - |
| XYZ | 35.66 | 49.64 | 76.11 | - |
| YUV | 155.09 | 165.19 | 38.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 206 | 221 | 0.86 | 0.07 | 0 | 0.13 | 184.71 | 0.76 | 0.49 |
| Hex | 1E | CE | DD | 56 | 7 | 0 | D | B9 | 4C | 31 |
| Octal | 36 | 316 | 335 | 126 | 7 | 0 | 15 | 271 | 114 | 61 |
| Binary | 11110 | 11001110 | 11011101 | 1010110 | 111 | 0 | 1101 | 10111001 | 1001100 | 110001 |
Color Harmonies of #1ECEDD
Complementary color
Monochromatic Colors of #1ECEDD
Black with #1ECEDD
Text Example
Text Example
White with #1ECEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECEDD; }
p { color: rgb(30,206,221); }
H1.HeaderClassName
{
color: #1ECEDD;
}
.AnyTagClassName
{
color: #1ECEDD;
}
</style>
background-color css
<style>
a { background-color: #1ECEDD; }
a { background-color: rgb(30,206,221); }
div.DivClassName
{
background-color: #1ECEDD;
}
.BgClassName
{
background-color: #1ECEDD;
}
</style>
border-color css
<style>
span { border-color: #1ECEDD; }
span { border-color: rgb(30,206,221); }
td.TdClassName
{
border-color: #1ECEDD;
}
.TagClassName
{
border-color: #1ECEDD;
}
</style>