Shades of Dark Turquoise #1ECDDD
Tints of Dark Turquoise #1ECDDD
RGB
CMYK
RGB Variations
Color information
#1ECDDD (or 0x1ECDDD) is known color: Dark Turquoise. HEX triplet: 1E, CD and DD. RGB value is (30,205,221). Sum of RGB (Red+Green+Blue) = 30+205+221=456 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.58% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #1ECDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECDDD is #E13222. Grayscale: #9A9A9A. Windows color (decimal): -14758435 or 14535966. OLE color: 14535966.
HSL color Cylindrical-coordinate representation of color #1ECDDD: hue angle of 185.03º 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 #1ECDDD is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 205 | 221 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.13 |
| HSL | 185.03º | 0.76% | 0.49% | - |
| HSV(B) | 185.03º | 0.86% | 0.87% | - |
| XYZ | 35.42 | 49.16 | 76.03 | - |
| YUV | 154.5 | 165.52 | 39.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 205 | 221 | 0.86 | 0.07 | 0 | 0.13 | 185.03 | 0.76 | 0.49 |
| Hex | 1E | CD | DD | 56 | 7 | 0 | D | B9 | 4C | 31 |
| Octal | 36 | 315 | 335 | 126 | 7 | 0 | 15 | 271 | 114 | 61 |
| Binary | 11110 | 11001101 | 11011101 | 1010110 | 111 | 0 | 1101 | 10111001 | 1001100 | 110001 |
Color Harmonies of #1ECDDD
Complementary color
Monochromatic Colors of #1ECDDD
Black with #1ECDDD
Text Example
Text Example
White with #1ECDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECDDD; }
p { color: rgb(30,205,221); }
H1.HeaderClassName
{
color: #1ECDDD;
}
.AnyTagClassName
{
color: #1ECDDD;
}
</style>
background-color css
<style>
a { background-color: #1ECDDD; }
a { background-color: rgb(30,205,221); }
div.DivClassName
{
background-color: #1ECDDD;
}
.BgClassName
{
background-color: #1ECDDD;
}
</style>
border-color css
<style>
span { border-color: #1ECDDD; }
span { border-color: rgb(30,205,221); }
td.TdClassName
{
border-color: #1ECDDD;
}
.TagClassName
{
border-color: #1ECDDD;
}
</style>