Shades of Turquoise Blue #7CE5E8
Tints of Turquoise Blue #7CE5E8
RGB
CMYK
RGB Variations
Color information
#7CE5E8 (or 0x7CE5E8) is known color: Turquoise Blue. HEX triplet: 7C, E5 and E8. RGB value is (124,229,232). Sum of RGB (Red+Green+Blue) = 124+229+232=585 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.20% from 585); Green value is 229 (89.84% from 255 or 39.15% from 585); Blue value is 232 (91.02% from 255 or 39.66% from 585); Max value from RGB is 232 - color contains mainly: blue. Hex color #7CE5E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CE5E8 is #831A17. Grayscale: #C5C5C5. Windows color (decimal): -8591896 or 15263100. OLE color: 15263100.
HSL color Cylindrical-coordinate representation of color #7CE5E8: hue angle of 181.67º 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 #7CE5E8 is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 229 | 232 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.09 |
| HSL | 181.67º | 0.7% | 0.7% | - |
| HSV(B) | 181.67º | 0.47% | 0.91% | - |
| XYZ | 50.9 | 66.15 | 86.43 | - |
| YUV | 197.95 | 147.21 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 229 | 232 | 0.47 | 0.01 | 0 | 0.09 | 181.67 | 0.7 | 0.7 |
| Hex | 7C | E5 | E8 | 2F | 1 | 0 | 9 | B6 | 46 | 46 |
| Octal | 174 | 345 | 350 | 57 | 1 | 0 | 11 | 266 | 106 | 106 |
| Binary | 1111100 | 11100101 | 11101000 | 101111 | 1 | 0 | 1001 | 10110110 | 1000110 | 1000110 |
Color Harmonies of #7CE5E8
Complementary color
Monochromatic Colors of #7CE5E8
Black with #7CE5E8
Text Example
Text Example
White with #7CE5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE5E8; }
p { color: rgb(124,229,232); }
H1.HeaderClassName
{
color: #7CE5E8;
}
.AnyTagClassName
{
color: #7CE5E8;
}
</style>
background-color css
<style>
a { background-color: #7CE5E8; }
a { background-color: rgb(124,229,232); }
div.DivClassName
{
background-color: #7CE5E8;
}
.BgClassName
{
background-color: #7CE5E8;
}
</style>
border-color css
<style>
span { border-color: #7CE5E8; }
span { border-color: rgb(124,229,232); }
td.TdClassName
{
border-color: #7CE5E8;
}
.TagClassName
{
border-color: #7CE5E8;
}
</style>