Shades of Turquoise Blue #7CE2EA
Tints of Turquoise Blue #7CE2EA
RGB
CMYK
RGB Variations
Color information
#7CE2EA (or 0x7CE2EA) is known color: Turquoise Blue. HEX triplet: 7C, E2 and EA. RGB value is (124,226,234). Sum of RGB (Red+Green+Blue) = 124+226+234=584 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.23% from 584); Green value is 226 (88.67% from 255 or 38.70% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #7CE2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CE2EA is #831D15. Grayscale: #C4C4C4. Windows color (decimal): -8592662 or 15393404. OLE color: 15393404.
HSL color Cylindrical-coordinate representation of color #7CE2EA: hue angle of 184.36º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CE2EA is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 226 | 234 | - |
| CMYK | 0.47 | 0.03 | 0 | 0.08 |
| HSL | 184.36º | 0.72% | 0.7% | - |
| HSV(B) | 184.36º | 0.47% | 0.92% | - |
| XYZ | 50.36 | 64.62 | 87.66 | - |
| YUV | 196.41 | 149.21 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 226 | 234 | 0.47 | 0.03 | 0 | 0.08 | 184.36 | 0.72 | 0.7 |
| Hex | 7C | E2 | EA | 2F | 3 | 0 | 8 | B8 | 48 | 46 |
| Octal | 174 | 342 | 352 | 57 | 3 | 0 | 10 | 270 | 110 | 106 |
| Binary | 1111100 | 11100010 | 11101010 | 101111 | 11 | 0 | 1000 | 10111000 | 1001000 | 1000110 |
Color Harmonies of #7CE2EA
Complementary color
Monochromatic Colors of #7CE2EA
Black with #7CE2EA
Text Example
Text Example
White with #7CE2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE2EA; }
p { color: rgb(124,226,234); }
H1.HeaderClassName
{
color: #7CE2EA;
}
.AnyTagClassName
{
color: #7CE2EA;
}
</style>
background-color css
<style>
a { background-color: #7CE2EA; }
a { background-color: rgb(124,226,234); }
div.DivClassName
{
background-color: #7CE2EA;
}
.BgClassName
{
background-color: #7CE2EA;
}
</style>
border-color css
<style>
span { border-color: #7CE2EA; }
span { border-color: rgb(124,226,234); }
td.TdClassName
{
border-color: #7CE2EA;
}
.TagClassName
{
border-color: #7CE2EA;
}
</style>