Shades of Turquoise Blue #7CE5E9
Tints of Turquoise Blue #7CE5E9
RGB
CMYK
RGB Variations
Color information
#7CE5E9 (or 0x7CE5E9) is known color: Turquoise Blue. HEX triplet: 7C, E5 and E9. RGB value is (124,229,233). Sum of RGB (Red+Green+Blue) = 124+229+233=586 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.16% from 586); Green value is 229 (89.84% from 255 or 39.08% from 586); Blue value is 233 (91.41% from 255 or 39.76% from 586); Max value from RGB is 233 - color contains mainly: blue. Hex color #7CE5E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CE5E9 is #831A16. Grayscale: #C5C5C5. Windows color (decimal): -8591895 or 15328636. OLE color: 15328636.
HSL color Cylindrical-coordinate representation of color #7CE5E9: hue angle of 182.2º degrees, saturation: 0.71, 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 #7CE5E9 is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 229 | 233 | - |
| CMYK | 0.47 | 0.02 | 0 | 0.09 |
| HSL | 182.2º | 0.71% | 0.7% | - |
| HSV(B) | 182.2º | 0.47% | 0.91% | - |
| XYZ | 51.04 | 66.21 | 87.18 | - |
| YUV | 198.06 | 147.71 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 229 | 233 | 0.47 | 0.02 | 0 | 0.09 | 182.2 | 0.71 | 0.7 |
| Hex | 7C | E5 | E9 | 2F | 2 | 0 | 9 | B6 | 47 | 46 |
| Octal | 174 | 345 | 351 | 57 | 2 | 0 | 11 | 266 | 107 | 106 |
| Binary | 1111100 | 11100101 | 11101001 | 101111 | 10 | 0 | 1001 | 10110110 | 1000111 | 1000110 |
Color Harmonies of #7CE5E9
Complementary color
Monochromatic Colors of #7CE5E9
Black with #7CE5E9
Text Example
Text Example
White with #7CE5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE5E9; }
p { color: rgb(124,229,233); }
H1.HeaderClassName
{
color: #7CE5E9;
}
.AnyTagClassName
{
color: #7CE5E9;
}
</style>
background-color css
<style>
a { background-color: #7CE5E9; }
a { background-color: rgb(124,229,233); }
div.DivClassName
{
background-color: #7CE5E9;
}
.BgClassName
{
background-color: #7CE5E9;
}
</style>
border-color css
<style>
span { border-color: #7CE5E9; }
span { border-color: rgb(124,229,233); }
td.TdClassName
{
border-color: #7CE5E9;
}
.TagClassName
{
border-color: #7CE5E9;
}
</style>