Shades of Turquoise #1EE7BC
Tints of Turquoise #1EE7BC
RGB
CMYK
RGB Variations
Color information
#1EE7BC (or 0x1EE7BC) is known color: Turquoise. HEX triplet: 1E, E7 and BC. RGB value is (30,231,188). Sum of RGB (Red+Green+Blue) = 30+231+188=449 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.68% from 449); Green value is 231 (90.62% from 255 or 51.45% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 231 - color contains mainly: green. Hex color #1EE7BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #1EE7BC is #E11843. Grayscale: #A5A5A5. Windows color (decimal): -14751812 or 12379934. OLE color: 12379934.
HSL color Cylindrical-coordinate representation of color #1EE7BC: hue angle of 167.16º 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 #1EE7BC is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 30 | 231 | 188 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.09 |
| HSL | 167.16º | 0.81% | 0.51% | - |
| HSV(B) | 167.16º | 0.87% | 0.91% | - |
| XYZ | 38.19 | 61.06 | 57.35 | - |
| YUV | 166 | 140.41 | 31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 231 | 188 | 0.87 | 0 | 0.19 | 0.09 | 167.16 | 0.81 | 0.51 |
| Hex | 1E | E7 | BC | 57 | 0 | 13 | 9 | A7 | 51 | 33 |
| Octal | 36 | 347 | 274 | 127 | 0 | 23 | 11 | 247 | 121 | 63 |
| Binary | 11110 | 11100111 | 10111100 | 1010111 | 0 | 10011 | 1001 | 10100111 | 1010001 | 110011 |
Color Harmonies of #1EE7BC
Complementary color
Monochromatic Colors of #1EE7BC
Black with #1EE7BC
Text Example
Text Example
White with #1EE7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE7BC; }
p { color: rgb(30,231,188); }
H1.HeaderClassName
{
color: #1EE7BC;
}
.AnyTagClassName
{
color: #1EE7BC;
}
</style>
background-color css
<style>
a { background-color: #1EE7BC; }
a { background-color: rgb(30,231,188); }
div.DivClassName
{
background-color: #1EE7BC;
}
.BgClassName
{
background-color: #1EE7BC;
}
</style>
border-color css
<style>
span { border-color: #1EE7BC; }
span { border-color: rgb(30,231,188); }
td.TdClassName
{
border-color: #1EE7BC;
}
.TagClassName
{
border-color: #1EE7BC;
}
</style>