Shades of Turquoise #1EE9BA
Tints of Turquoise #1EE9BA
RGB
CMYK
RGB Variations
Color information
#1EE9BA (or 0x1EE9BA) is known color: Turquoise. HEX triplet: 1E, E9 and BA. RGB value is (30,233,186). Sum of RGB (Red+Green+Blue) = 30+233+186=449 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.68% from 449); Green value is 233 (91.41% from 255 or 51.89% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 233 - color contains mainly: green. Hex color #1EE9BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EE9BA is #E11645. Grayscale: #A6A6A6. Windows color (decimal): -14751302 or 12249374. OLE color: 12249374.
HSL color Cylindrical-coordinate representation of color #1EE9BA: hue angle of 166.11º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE9BA is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 30 | 233 | 186 | - |
| CMYK | 0.87 | 0 | 0.20 | 0.09 |
| HSL | 166.11º | 0.82% | 0.52% | - |
| HSV(B) | 166.11º | 0.87% | 0.91% | - |
| XYZ | 38.54 | 62.1 | 56.41 | - |
| YUV | 166.95 | 138.75 | 30.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 233 | 186 | 0.87 | 0 | 0.20 | 0.09 | 166.11 | 0.82 | 0.52 |
| Hex | 1E | E9 | BA | 57 | 0 | 14 | 9 | A6 | 52 | 34 |
| Octal | 36 | 351 | 272 | 127 | 0 | 24 | 11 | 246 | 122 | 64 |
| Binary | 11110 | 11101001 | 10111010 | 1010111 | 0 | 10100 | 1001 | 10100110 | 1010010 | 110100 |
Color Harmonies of #1EE9BA
Complementary color
Monochromatic Colors of #1EE9BA
Black with #1EE9BA
Text Example
Text Example
White with #1EE9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE9BA; }
p { color: rgb(30,233,186); }
H1.HeaderClassName
{
color: #1EE9BA;
}
.AnyTagClassName
{
color: #1EE9BA;
}
</style>
background-color css
<style>
a { background-color: #1EE9BA; }
a { background-color: rgb(30,233,186); }
div.DivClassName
{
background-color: #1EE9BA;
}
.BgClassName
{
background-color: #1EE9BA;
}
</style>
border-color css
<style>
span { border-color: #1EE9BA; }
span { border-color: rgb(30,233,186); }
td.TdClassName
{
border-color: #1EE9BA;
}
.TagClassName
{
border-color: #1EE9BA;
}
</style>