Shades of Turquoise Blue #7CE4EC
Tints of Turquoise Blue #7CE4EC
RGB
CMYK
RGB Variations
Color information
#7CE4EC (or 0x7CE4EC) is known color: Turquoise Blue. HEX triplet: 7C, E4 and EC. RGB value is (124,228,236). Sum of RGB (Red+Green+Blue) = 124+228+236=588 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.09% from 588); Green value is 228 (89.45% from 255 or 38.78% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #7CE4EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CE4EC is #831B13. Grayscale: #C5C5C5. Windows color (decimal): -8592148 or 15524988. OLE color: 15524988.
HSL color Cylindrical-coordinate representation of color #7CE4EC: hue angle of 184.29º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CE4EC is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 228 | 236 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.07 |
| HSL | 184.29º | 0.75% | 0.71% | - |
| HSV(B) | 184.29º | 0.47% | 0.93% | - |
| XYZ | 51.2 | 65.83 | 89.36 | - |
| YUV | 197.82 | 149.54 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 228 | 236 | 0.47 | 0.03 | 0 | 0.07 | 184.29 | 0.75 | 0.71 |
| Hex | 7C | E4 | EC | 2F | 3 | 0 | 7 | B8 | 4B | 47 |
| Octal | 174 | 344 | 354 | 57 | 3 | 0 | 7 | 270 | 113 | 107 |
| Binary | 1111100 | 11100100 | 11101100 | 101111 | 11 | 0 | 111 | 10111000 | 1001011 | 1000111 |
Color Harmonies of #7CE4EC
Complementary color
Monochromatic Colors of #7CE4EC
Black with #7CE4EC
Text Example
Text Example
White with #7CE4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE4EC; }
p { color: rgb(124,228,236); }
H1.HeaderClassName
{
color: #7CE4EC;
}
.AnyTagClassName
{
color: #7CE4EC;
}
</style>
background-color css
<style>
a { background-color: #7CE4EC; }
a { background-color: rgb(124,228,236); }
div.DivClassName
{
background-color: #7CE4EC;
}
.BgClassName
{
background-color: #7CE4EC;
}
</style>
border-color css
<style>
span { border-color: #7CE4EC; }
span { border-color: rgb(124,228,236); }
td.TdClassName
{
border-color: #7CE4EC;
}
.TagClassName
{
border-color: #7CE4EC;
}
</style>