Shades of Turquoise Blue #7CE2EF
Tints of Turquoise Blue #7CE2EF
RGB
CMYK
RGB Variations
Color information
#7CE2EF (or 0x7CE2EF) is known color: Turquoise Blue. HEX triplet: 7C, E2 and EF. RGB value is (124,226,239). Sum of RGB (Red+Green+Blue) = 124+226+239=589 (78% of max value = 765). Red value is 124 (48.83% from 255 or 21.05% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 239 - color contains mainly: blue. Hex color #7CE2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CE2EF is #831D10. Grayscale: #C4C4C4. Windows color (decimal): -8592657 or 15721084. OLE color: 15721084.
HSL color Cylindrical-coordinate representation of color #7CE2EF: hue angle of 186.78º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CE2EF is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 124 | 226 | 239 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.06 |
| HSL | 186.78º | 0.78% | 0.71% | - |
| HSV(B) | 186.78º | 0.48% | 0.94% | - |
| XYZ | 51.09 | 64.91 | 91.5 | - |
| YUV | 196.98 | 151.71 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 226 | 239 | 0.48 | 0.05 | 0 | 0.06 | 186.78 | 0.78 | 0.71 |
| Hex | 7C | E2 | EF | 30 | 5 | 0 | 6 | BB | 4E | 47 |
| Octal | 174 | 342 | 357 | 60 | 5 | 0 | 6 | 273 | 116 | 107 |
| Binary | 1111100 | 11100010 | 11101111 | 110000 | 101 | 0 | 110 | 10111011 | 1001110 | 1000111 |
Color Harmonies of #7CE2EF
Complementary color
Monochromatic Colors of #7CE2EF
Black with #7CE2EF
Text Example
Text Example
White with #7CE2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE2EF; }
p { color: rgb(124,226,239); }
H1.HeaderClassName
{
color: #7CE2EF;
}
.AnyTagClassName
{
color: #7CE2EF;
}
</style>
background-color css
<style>
a { background-color: #7CE2EF; }
a { background-color: rgb(124,226,239); }
div.DivClassName
{
background-color: #7CE2EF;
}
.BgClassName
{
background-color: #7CE2EF;
}
</style>
border-color css
<style>
span { border-color: #7CE2EF; }
span { border-color: rgb(124,226,239); }
td.TdClassName
{
border-color: #7CE2EF;
}
.TagClassName
{
border-color: #7CE2EF;
}
</style>