Shades of Turquoise Blue #7EE8E3
Tints of Turquoise Blue #7EE8E3
RGB
CMYK
RGB Variations
Color information
#7EE8E3 (or 0x7EE8E3) is known color: Turquoise Blue. HEX triplet: 7E, E8 and E3. RGB value is (126,232,227). Sum of RGB (Red+Green+Blue) = 126+232+227=585 (77% of max value = 765). Red value is 126 (49.61% from 255 or 21.54% from 585); Green value is 232 (91.02% from 255 or 39.66% from 585); Blue value is 227 (89.06% from 255 or 38.80% from 585); Max value from RGB is 232 - color contains mainly: green. Hex color #7EE8E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7EE8E3 is #81171C. Grayscale: #C7C7C7. Windows color (decimal): -8460061 or 14936190. OLE color: 14936190.
HSL color Cylindrical-coordinate representation of color #7EE8E3: hue angle of 177.17º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EE8E3 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 126 | 232 | 227 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.09 |
| HSL | 177.17º | 0.7% | 0.7% | - |
| HSV(B) | 177.17º | 0.46% | 0.91% | - |
| XYZ | 51.33 | 67.69 | 83.03 | - |
| YUV | 199.74 | 143.38 | 75.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 232 | 227 | 0.46 | 0 | 0.02 | 0.09 | 177.17 | 0.7 | 0.7 |
| Hex | 7E | E8 | E3 | 2E | 0 | 2 | 9 | B1 | 46 | 46 |
| Octal | 176 | 350 | 343 | 56 | 0 | 2 | 11 | 261 | 106 | 106 |
| Binary | 1111110 | 11101000 | 11100011 | 101110 | 0 | 10 | 1001 | 10110001 | 1000110 | 1000110 |
Color Harmonies of #7EE8E3
Complementary color
Monochromatic Colors of #7EE8E3
Black with #7EE8E3
Text Example
Text Example
White with #7EE8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EE8E3; }
p { color: rgb(126,232,227); }
H1.HeaderClassName
{
color: #7EE8E3;
}
.AnyTagClassName
{
color: #7EE8E3;
}
</style>
background-color css
<style>
a { background-color: #7EE8E3; }
a { background-color: rgb(126,232,227); }
div.DivClassName
{
background-color: #7EE8E3;
}
.BgClassName
{
background-color: #7EE8E3;
}
</style>
border-color css
<style>
span { border-color: #7EE8E3; }
span { border-color: rgb(126,232,227); }
td.TdClassName
{
border-color: #7EE8E3;
}
.TagClassName
{
border-color: #7EE8E3;
}
</style>