Shades of Bright Turquoise #1EEEDC
Tints of Bright Turquoise #1EEEDC
RGB
CMYK
RGB Variations
Color information
#1EEEDC (or 0x1EEEDC) is known color: Bright Turquoise. HEX triplet: 1E, EE and DC. RGB value is (30,238,220). Sum of RGB (Red+Green+Blue) = 30+238+220=488 (64% of max value = 765). Red value is 30 (12.11% from 255 or 6.15% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 238 - color contains mainly: green. Hex color #1EEEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEEDC is #E11123. Grayscale: #ADADAD. Windows color (decimal): -14749988 or 14478878. OLE color: 14478878.
HSL color Cylindrical-coordinate representation of color #1EEEDC: hue angle of 174.81º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEEDC is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 238 | 220 | - |
| CMYK | 0.87 | 0 | 0.08 | 0.07 |
| HSL | 174.81º | 0.86% | 0.53% | - |
| HSV(B) | 174.81º | 0.87% | 0.93% | - |
| XYZ | 44.03 | 66.59 | 78.24 | - |
| YUV | 173.76 | 154.09 | 25.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 238 | 220 | 0.87 | 0 | 0.08 | 0.07 | 174.81 | 0.86 | 0.53 |
| Hex | 1E | EE | DC | 57 | 0 | 8 | 7 | AF | 56 | 35 |
| Octal | 36 | 356 | 334 | 127 | 0 | 10 | 7 | 257 | 126 | 65 |
| Binary | 11110 | 11101110 | 11011100 | 1010111 | 0 | 1000 | 111 | 10101111 | 1010110 | 110101 |
Color Harmonies of #1EEEDC
Complementary color
Monochromatic Colors of #1EEEDC
Black with #1EEEDC
Text Example
Text Example
White with #1EEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEEDC; }
p { color: rgb(30,238,220); }
H1.HeaderClassName
{
color: #1EEEDC;
}
.AnyTagClassName
{
color: #1EEEDC;
}
</style>
background-color css
<style>
a { background-color: #1EEEDC; }
a { background-color: rgb(30,238,220); }
div.DivClassName
{
background-color: #1EEEDC;
}
.BgClassName
{
background-color: #1EEEDC;
}
</style>
border-color css
<style>
span { border-color: #1EEEDC; }
span { border-color: rgb(30,238,220); }
td.TdClassName
{
border-color: #1EEEDC;
}
.TagClassName
{
border-color: #1EEEDC;
}
</style>