Shades of Dark Turquoise #1ECDDB
Tints of Dark Turquoise #1ECDDB
RGB
CMYK
RGB Variations
Color information
#1ECDDB (or 0x1ECDDB) is known color: Dark Turquoise. HEX triplet: 1E, CD and DB. RGB value is (30,205,219). Sum of RGB (Red+Green+Blue) = 30+205+219=454 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.61% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #1ECDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECDDB is #E13224. Grayscale: #9A9A9A. Windows color (decimal): -14758437 or 14404894. OLE color: 14404894.
HSL color Cylindrical-coordinate representation of color #1ECDDB: hue angle of 184.44º 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 #1ECDDB is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 205 | 219 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.14 |
| HSL | 184.44º | 0.76% | 0.49% | - |
| HSV(B) | 184.44º | 0.86% | 0.86% | - |
| XYZ | 35.15 | 49.05 | 74.63 | - |
| YUV | 154.27 | 164.52 | 39.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 205 | 219 | 0.86 | 0.06 | 0 | 0.14 | 184.44 | 0.76 | 0.49 |
| Hex | 1E | CD | DB | 56 | 6 | 0 | E | B8 | 4C | 31 |
| Octal | 36 | 315 | 333 | 126 | 6 | 0 | 16 | 270 | 114 | 61 |
| Binary | 11110 | 11001101 | 11011011 | 1010110 | 110 | 0 | 1110 | 10111000 | 1001100 | 110001 |
Color Harmonies of #1ECDDB
Complementary color
Monochromatic Colors of #1ECDDB
Black with #1ECDDB
Text Example
Text Example
White with #1ECDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECDDB; }
p { color: rgb(30,205,219); }
H1.HeaderClassName
{
color: #1ECDDB;
}
.AnyTagClassName
{
color: #1ECDDB;
}
</style>
background-color css
<style>
a { background-color: #1ECDDB; }
a { background-color: rgb(30,205,219); }
div.DivClassName
{
background-color: #1ECDDB;
}
.BgClassName
{
background-color: #1ECDDB;
}
</style>
border-color css
<style>
span { border-color: #1ECDDB; }
span { border-color: rgb(30,205,219); }
td.TdClassName
{
border-color: #1ECDDB;
}
.TagClassName
{
border-color: #1ECDDB;
}
</style>