Shades of Turquoise #1EE7BA
Tints of Turquoise #1EE7BA
RGB
CMYK
RGB Variations
Color information
#1EE7BA (or 0x1EE7BA) is known color: Turquoise. HEX triplet: 1E, E7 and BA. RGB value is (30,231,186). Sum of RGB (Red+Green+Blue) = 30+231+186=447 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.71% from 447); Green value is 231 (90.62% from 255 or 51.68% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 231 - color contains mainly: green. Hex color #1EE7BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EE7BA is #E11845. Grayscale: #A5A5A5. Windows color (decimal): -14751814 or 12248862. OLE color: 12248862.
HSL color Cylindrical-coordinate representation of color #1EE7BA: hue angle of 166.57º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE7BA is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 30 | 231 | 186 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.09 |
| HSL | 166.57º | 0.81% | 0.51% | - |
| HSV(B) | 166.57º | 0.87% | 0.91% | - |
| XYZ | 37.97 | 60.97 | 56.22 | - |
| YUV | 165.77 | 139.41 | 31.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 231 | 186 | 0.87 | 0 | 0.19 | 0.09 | 166.57 | 0.81 | 0.51 |
| Hex | 1E | E7 | BA | 57 | 0 | 13 | 9 | A7 | 51 | 33 |
| Octal | 36 | 347 | 272 | 127 | 0 | 23 | 11 | 247 | 121 | 63 |
| Binary | 11110 | 11100111 | 10111010 | 1010111 | 0 | 10011 | 1001 | 10100111 | 1010001 | 110011 |
Color Harmonies of #1EE7BA
Complementary color
Monochromatic Colors of #1EE7BA
Black with #1EE7BA
Text Example
Text Example
White with #1EE7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE7BA; }
p { color: rgb(30,231,186); }
H1.HeaderClassName
{
color: #1EE7BA;
}
.AnyTagClassName
{
color: #1EE7BA;
}
</style>
background-color css
<style>
a { background-color: #1EE7BA; }
a { background-color: rgb(30,231,186); }
div.DivClassName
{
background-color: #1EE7BA;
}
.BgClassName
{
background-color: #1EE7BA;
}
</style>
border-color css
<style>
span { border-color: #1EE7BA; }
span { border-color: rgb(30,231,186); }
td.TdClassName
{
border-color: #1EE7BA;
}
.TagClassName
{
border-color: #1EE7BA;
}
</style>