Shades of Bright Turquoise #1EEED2
Tints of Bright Turquoise #1EEED2
RGB
CMYK
RGB Variations
Color information
#1EEED2 (or 0x1EEED2) is known color: Bright Turquoise. HEX triplet: 1E, EE and D2. RGB value is (30,238,210). Sum of RGB (Red+Green+Blue) = 30+238+210=478 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.28% from 478); Green value is 238 (93.36% from 255 or 49.79% from 478); Blue value is 210 (82.42% from 255 or 43.93% from 478); Max value from RGB is 238 - color contains mainly: green. Hex color #1EEED2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EEED2 is #E1112D. Grayscale: #ACACAC. Windows color (decimal): -14749998 or 13823518. OLE color: 13823518.
HSL color Cylindrical-coordinate representation of color #1EEED2: hue angle of 171.92º 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 #1EEED2 is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 238 | 210 | - |
| CMYK | 0.87 | 0 | 0.12 | 0.07 |
| HSL | 171.92º | 0.86% | 0.53% | - |
| HSV(B) | 171.92º | 0.87% | 0.93% | - |
| XYZ | 42.74 | 66.08 | 71.47 | - |
| YUV | 172.62 | 149.09 | 26.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 238 | 210 | 0.87 | 0 | 0.12 | 0.07 | 171.92 | 0.86 | 0.53 |
| Hex | 1E | EE | D2 | 57 | 0 | C | 7 | AC | 56 | 35 |
| Octal | 36 | 356 | 322 | 127 | 0 | 14 | 7 | 254 | 126 | 65 |
| Binary | 11110 | 11101110 | 11010010 | 1010111 | 0 | 1100 | 111 | 10101100 | 1010110 | 110101 |
Color Harmonies of #1EEED2
Complementary color
Monochromatic Colors of #1EEED2
Black with #1EEED2
Text Example
Text Example
White with #1EEED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEED2; }
p { color: rgb(30,238,210); }
H1.HeaderClassName
{
color: #1EEED2;
}
.AnyTagClassName
{
color: #1EEED2;
}
</style>
background-color css
<style>
a { background-color: #1EEED2; }
a { background-color: rgb(30,238,210); }
div.DivClassName
{
background-color: #1EEED2;
}
.BgClassName
{
background-color: #1EEED2;
}
</style>
border-color css
<style>
span { border-color: #1EEED2; }
span { border-color: rgb(30,238,210); }
td.TdClassName
{
border-color: #1EEED2;
}
.TagClassName
{
border-color: #1EEED2;
}
</style>