Shades of Turquoise #1EE0BD
Tints of Turquoise #1EE0BD
RGB
CMYK
RGB Variations
Color information
#1EE0BD (or 0x1EE0BD) is known color: Turquoise. HEX triplet: 1E, E0 and BD. RGB value is (30,224,189). Sum of RGB (Red+Green+Blue) = 30+224+189=443 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.77% from 443); Green value is 224 (87.89% from 255 or 50.56% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 224 - color contains mainly: green. Hex color #1EE0BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EE0BD is #E11F42. Grayscale: #A1A1A1. Windows color (decimal): -14753603 or 12443678. OLE color: 12443678.
HSL color Cylindrical-coordinate representation of color #1EE0BD: hue angle of 169.18º 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 #1EE0BD is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 224 | 189 | - |
| CMYK | 0.87 | 0 | 0.16 | 0.12 |
| HSL | 169.18º | 0.76% | 0.5% | - |
| HSV(B) | 169.18º | 0.87% | 0.88% | - |
| XYZ | 36.38 | 57.26 | 57.28 | - |
| YUV | 162 | 143.23 | 33.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 224 | 189 | 0.87 | 0 | 0.16 | 0.12 | 169.18 | 0.76 | 0.5 |
| Hex | 1E | E0 | BD | 57 | 0 | 10 | C | A9 | 4C | 32 |
| Octal | 36 | 340 | 275 | 127 | 0 | 20 | 14 | 251 | 114 | 62 |
| Binary | 11110 | 11100000 | 10111101 | 1010111 | 0 | 10000 | 1100 | 10101001 | 1001100 | 110010 |
Color Harmonies of #1EE0BD
Complementary color
Monochromatic Colors of #1EE0BD
Black with #1EE0BD
Text Example
Text Example
White with #1EE0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE0BD; }
p { color: rgb(30,224,189); }
H1.HeaderClassName
{
color: #1EE0BD;
}
.AnyTagClassName
{
color: #1EE0BD;
}
</style>
background-color css
<style>
a { background-color: #1EE0BD; }
a { background-color: rgb(30,224,189); }
div.DivClassName
{
background-color: #1EE0BD;
}
.BgClassName
{
background-color: #1EE0BD;
}
</style>
border-color css
<style>
span { border-color: #1EE0BD; }
span { border-color: rgb(30,224,189); }
td.TdClassName
{
border-color: #1EE0BD;
}
.TagClassName
{
border-color: #1EE0BD;
}
</style>