Shades of Bright Turquoise #1EE0D9
Tints of Bright Turquoise #1EE0D9
RGB
CMYK
RGB Variations
Color information
#1EE0D9 (or 0x1EE0D9) is known color: Bright Turquoise. HEX triplet: 1E, E0 and D9. RGB value is (30,224,217). Sum of RGB (Red+Green+Blue) = 30+224+217=471 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.37% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 224 - color contains mainly: green. Hex color #1EE0D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EE0D9 is #E11F26. Grayscale: #A5A5A5. Windows color (decimal): -14753575 or 14278686. OLE color: 14278686.
HSL color Cylindrical-coordinate representation of color #1EE0D9: hue angle of 177.84º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE0D9 is Cyan = 0.87, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 224 | 217 | - |
| CMYK | 0.87 | 0 | 0.03 | 0.12 |
| HSL | 177.84º | 0.76% | 0.5% | - |
| HSV(B) | 177.84º | 0.87% | 0.88% | - |
| XYZ | 39.72 | 58.6 | 74.86 | - |
| YUV | 165.2 | 157.23 | 31.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 224 | 217 | 0.87 | 0 | 0.03 | 0.12 | 177.84 | 0.76 | 0.5 |
| Hex | 1E | E0 | D9 | 57 | 0 | 3 | C | B2 | 4C | 32 |
| Octal | 36 | 340 | 331 | 127 | 0 | 3 | 14 | 262 | 114 | 62 |
| Binary | 11110 | 11100000 | 11011001 | 1010111 | 0 | 11 | 1100 | 10110010 | 1001100 | 110010 |
Color Harmonies of #1EE0D9
Complementary color
Monochromatic Colors of #1EE0D9
Black with #1EE0D9
Text Example
Text Example
White with #1EE0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE0D9; }
p { color: rgb(30,224,217); }
H1.HeaderClassName
{
color: #1EE0D9;
}
.AnyTagClassName
{
color: #1EE0D9;
}
</style>
background-color css
<style>
a { background-color: #1EE0D9; }
a { background-color: rgb(30,224,217); }
div.DivClassName
{
background-color: #1EE0D9;
}
.BgClassName
{
background-color: #1EE0D9;
}
</style>
border-color css
<style>
span { border-color: #1EE0D9; }
span { border-color: rgb(30,224,217); }
td.TdClassName
{
border-color: #1EE0D9;
}
.TagClassName
{
border-color: #1EE0D9;
}
</style>