Shades of Turquoise Blue #7CE8E1
Tints of Turquoise Blue #7CE8E1
RGB
CMYK
RGB Variations
Color information
#7CE8E1 (or 0x7CE8E1) is known color: Turquoise Blue. HEX triplet: 7C, E8 and E1. RGB value is (124,232,225). Sum of RGB (Red+Green+Blue) = 124+232+225=581 (76% of max value = 765). Red value is 124 (48.83% from 255 or 21.34% from 581); Green value is 232 (91.02% from 255 or 39.93% from 581); Blue value is 225 (88.28% from 255 or 38.73% from 581); Max value from RGB is 232 - color contains mainly: green. Hex color #7CE8E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CE8E1 is #83171E. Grayscale: #C6C6C6. Windows color (decimal): -8591135 or 14805116. OLE color: 14805116.
HSL color Cylindrical-coordinate representation of color #7CE8E1: hue angle of 176.11º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CE8E1 is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 232 | 225 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.09 |
| HSL | 176.11º | 0.7% | 0.7% | - |
| HSV(B) | 176.11º | 0.47% | 0.91% | - |
| XYZ | 50.76 | 67.43 | 81.58 | - |
| YUV | 198.91 | 142.72 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 232 | 225 | 0.47 | 0 | 0.03 | 0.09 | 176.11 | 0.7 | 0.7 |
| Hex | 7C | E8 | E1 | 2F | 0 | 3 | 9 | B0 | 46 | 46 |
| Octal | 174 | 350 | 341 | 57 | 0 | 3 | 11 | 260 | 106 | 106 |
| Binary | 1111100 | 11101000 | 11100001 | 101111 | 0 | 11 | 1001 | 10110000 | 1000110 | 1000110 |
Color Harmonies of #7CE8E1
Complementary color
Monochromatic Colors of #7CE8E1
Black with #7CE8E1
Text Example
Text Example
White with #7CE8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE8E1; }
p { color: rgb(124,232,225); }
H1.HeaderClassName
{
color: #7CE8E1;
}
.AnyTagClassName
{
color: #7CE8E1;
}
</style>
background-color css
<style>
a { background-color: #7CE8E1; }
a { background-color: rgb(124,232,225); }
div.DivClassName
{
background-color: #7CE8E1;
}
.BgClassName
{
background-color: #7CE8E1;
}
</style>
border-color css
<style>
span { border-color: #7CE8E1; }
span { border-color: rgb(124,232,225); }
td.TdClassName
{
border-color: #7CE8E1;
}
.TagClassName
{
border-color: #7CE8E1;
}
</style>