Shades of Turquoise #1EE7BB
Tints of Turquoise #1EE7BB
RGB
CMYK
RGB Variations
Color information
#1EE7BB (or 0x1EE7BB) is known color: Turquoise. HEX triplet: 1E, E7 and BB. RGB value is (30,231,187). Sum of RGB (Red+Green+Blue) = 30+231+187=448 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.70% from 448); Green value is 231 (90.62% from 255 or 51.56% from 448); Blue value is 187 (73.44% from 255 or 41.74% from 448); Max value from RGB is 231 - color contains mainly: green. Hex color #1EE7BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EE7BB is #E11844. Grayscale: #A5A5A5. Windows color (decimal): -14751813 or 12314398. OLE color: 12314398.
HSL color Cylindrical-coordinate representation of color #1EE7BB: hue angle of 166.87º 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 #1EE7BB is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 30 | 231 | 187 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.09 |
| HSL | 166.87º | 0.81% | 0.51% | - |
| HSV(B) | 166.87º | 0.87% | 0.91% | - |
| XYZ | 38.08 | 61.02 | 56.78 | - |
| YUV | 165.89 | 139.91 | 31.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 231 | 187 | 0.87 | 0 | 0.19 | 0.09 | 166.87 | 0.81 | 0.51 |
| Hex | 1E | E7 | BB | 57 | 0 | 13 | 9 | A7 | 51 | 33 |
| Octal | 36 | 347 | 273 | 127 | 0 | 23 | 11 | 247 | 121 | 63 |
| Binary | 11110 | 11100111 | 10111011 | 1010111 | 0 | 10011 | 1001 | 10100111 | 1010001 | 110011 |
Color Harmonies of #1EE7BB
Complementary color
Monochromatic Colors of #1EE7BB
Black with #1EE7BB
Text Example
Text Example
White with #1EE7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE7BB; }
p { color: rgb(30,231,187); }
H1.HeaderClassName
{
color: #1EE7BB;
}
.AnyTagClassName
{
color: #1EE7BB;
}
</style>
background-color css
<style>
a { background-color: #1EE7BB; }
a { background-color: rgb(30,231,187); }
div.DivClassName
{
background-color: #1EE7BB;
}
.BgClassName
{
background-color: #1EE7BB;
}
</style>
border-color css
<style>
span { border-color: #1EE7BB; }
span { border-color: rgb(30,231,187); }
td.TdClassName
{
border-color: #1EE7BB;
}
.TagClassName
{
border-color: #1EE7BB;
}
</style>