Shades of Turquoise #1EE1B9
Tints of Turquoise #1EE1B9
RGB
CMYK
RGB Variations
Color information
#1EE1B9 (or 0x1EE1B9) is known color: Turquoise. HEX triplet: 1E, E1 and B9. RGB value is (30,225,185). Sum of RGB (Red+Green+Blue) = 30+225+185=440 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.82% from 440); Green value is 225 (88.28% from 255 or 51.14% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 225 - color contains mainly: green. Hex color #1EE1B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EE1B9 is #E11E46. Grayscale: #A2A2A2. Windows color (decimal): -14753351 or 12181790. OLE color: 12181790.
HSL color Cylindrical-coordinate representation of color #1EE1B9: hue angle of 167.69º 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 #1EE1B9 is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 30 | 225 | 185 | - |
| CMYK | 0.87 | 0 | 0.18 | 0.12 |
| HSL | 167.69º | 0.76% | 0.5% | - |
| HSV(B) | 167.69º | 0.87% | 0.88% | - |
| XYZ | 36.22 | 57.63 | 55.11 | - |
| YUV | 162.14 | 140.9 | 33.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 225 | 185 | 0.87 | 0 | 0.18 | 0.12 | 167.69 | 0.76 | 0.5 |
| Hex | 1E | E1 | B9 | 57 | 0 | 12 | C | A8 | 4C | 32 |
| Octal | 36 | 341 | 271 | 127 | 0 | 22 | 14 | 250 | 114 | 62 |
| Binary | 11110 | 11100001 | 10111001 | 1010111 | 0 | 10010 | 1100 | 10101000 | 1001100 | 110010 |
Color Harmonies of #1EE1B9
Complementary color
Monochromatic Colors of #1EE1B9
Black with #1EE1B9
Text Example
Text Example
White with #1EE1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE1B9; }
p { color: rgb(30,225,185); }
H1.HeaderClassName
{
color: #1EE1B9;
}
.AnyTagClassName
{
color: #1EE1B9;
}
</style>
background-color css
<style>
a { background-color: #1EE1B9; }
a { background-color: rgb(30,225,185); }
div.DivClassName
{
background-color: #1EE1B9;
}
.BgClassName
{
background-color: #1EE1B9;
}
</style>
border-color css
<style>
span { border-color: #1EE1B9; }
span { border-color: rgb(30,225,185); }
td.TdClassName
{
border-color: #1EE1B9;
}
.TagClassName
{
border-color: #1EE1B9;
}
</style>