Shades of Bright Turquoise #1EDECC
Tints of Bright Turquoise #1EDECC
RGB
CMYK
RGB Variations
Color information
#1EDECC (or 0x1EDECC) is known color: Bright Turquoise. HEX triplet: 1E, DE and CC. RGB value is (30,222,204). Sum of RGB (Red+Green+Blue) = 30+222+204=456 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.58% from 456); Green value is 222 (87.11% from 255 or 48.68% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 222 - color contains mainly: green. Hex color #1EDECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDECC is #E12133. Grayscale: #A2A2A2. Windows color (decimal): -14754100 or 13426206. OLE color: 13426206.
HSL color Cylindrical-coordinate representation of color #1EDECC: hue angle of 174.38º 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 #1EDECC is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 222 | 204 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.13 |
| HSL | 174.38º | 0.76% | 0.49% | - |
| HSV(B) | 174.38º | 0.86% | 0.87% | - |
| XYZ | 37.56 | 56.88 | 66.13 | - |
| YUV | 162.54 | 151.39 | 33.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 222 | 204 | 0.86 | 0 | 0.08 | 0.13 | 174.38 | 0.76 | 0.49 |
| Hex | 1E | DE | CC | 56 | 0 | 8 | D | AE | 4C | 31 |
| Octal | 36 | 336 | 314 | 126 | 0 | 10 | 15 | 256 | 114 | 61 |
| Binary | 11110 | 11011110 | 11001100 | 1010110 | 0 | 1000 | 1101 | 10101110 | 1001100 | 110001 |
Color Harmonies of #1EDECC
Complementary color
Monochromatic Colors of #1EDECC
Black with #1EDECC
Text Example
Text Example
White with #1EDECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDECC; }
p { color: rgb(30,222,204); }
H1.HeaderClassName
{
color: #1EDECC;
}
.AnyTagClassName
{
color: #1EDECC;
}
</style>
background-color css
<style>
a { background-color: #1EDECC; }
a { background-color: rgb(30,222,204); }
div.DivClassName
{
background-color: #1EDECC;
}
.BgClassName
{
background-color: #1EDECC;
}
</style>
border-color css
<style>
span { border-color: #1EDECC; }
span { border-color: rgb(30,222,204); }
td.TdClassName
{
border-color: #1EDECC;
}
.TagClassName
{
border-color: #1EDECC;
}
</style>