Shades of Dark Turquoise #1ECEDA
Tints of Dark Turquoise #1ECEDA
RGB
CMYK
RGB Variations
Color information
#1ECEDA (or 0x1ECEDA) is known color: Dark Turquoise. HEX triplet: 1E, CE and DA. RGB value is (30,206,218). Sum of RGB (Red+Green+Blue) = 30+206+218=454 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.61% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #1ECEDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECEDA is #E13125. Grayscale: #9A9A9A. Windows color (decimal): -14758182 or 14339614. OLE color: 14339614.
HSL color Cylindrical-coordinate representation of color #1ECEDA: hue angle of 183.83º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECEDA is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 206 | 218 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.15 |
| HSL | 183.83º | 0.76% | 0.49% | - |
| HSV(B) | 183.83º | 0.86% | 0.85% | - |
| XYZ | 35.26 | 49.48 | 74.02 | - |
| YUV | 154.74 | 163.69 | 39.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 206 | 218 | 0.86 | 0.06 | 0 | 0.15 | 183.83 | 0.76 | 0.49 |
| Hex | 1E | CE | DA | 56 | 6 | 0 | F | B8 | 4C | 31 |
| Octal | 36 | 316 | 332 | 126 | 6 | 0 | 17 | 270 | 114 | 61 |
| Binary | 11110 | 11001110 | 11011010 | 1010110 | 110 | 0 | 1111 | 10111000 | 1001100 | 110001 |
Color Harmonies of #1ECEDA
Complementary color
Monochromatic Colors of #1ECEDA
Black with #1ECEDA
Text Example
Text Example
White with #1ECEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECEDA; }
p { color: rgb(30,206,218); }
H1.HeaderClassName
{
color: #1ECEDA;
}
.AnyTagClassName
{
color: #1ECEDA;
}
</style>
background-color css
<style>
a { background-color: #1ECEDA; }
a { background-color: rgb(30,206,218); }
div.DivClassName
{
background-color: #1ECEDA;
}
.BgClassName
{
background-color: #1ECEDA;
}
</style>
border-color css
<style>
span { border-color: #1ECEDA; }
span { border-color: rgb(30,206,218); }
td.TdClassName
{
border-color: #1ECEDA;
}
.TagClassName
{
border-color: #1ECEDA;
}
</style>