Shades of Turquoise Blue #7CE6E8
Tints of Turquoise Blue #7CE6E8
RGB
CMYK
RGB Variations
Color information
#7CE6E8 (or 0x7CE6E8) is known color: Turquoise Blue. HEX triplet: 7C, E6 and E8. RGB value is (124,230,232). Sum of RGB (Red+Green+Blue) = 124+230+232=586 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.16% from 586); Green value is 230 (90.23% from 255 or 39.25% from 586); Blue value is 232 (91.02% from 255 or 39.59% from 586); Max value from RGB is 232 - color contains mainly: blue. Hex color #7CE6E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7CE6E8 is #831917. Grayscale: #C6C6C6. Windows color (decimal): -8591640 or 15263356. OLE color: 15263356.
HSL color Cylindrical-coordinate representation of color #7CE6E8: hue angle of 181.11º 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 #7CE6E8 is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 124 | 230 | 232 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.09 |
| HSL | 181.11º | 0.7% | 0.7% | - |
| HSV(B) | 181.11º | 0.47% | 0.91% | - |
| XYZ | 51.17 | 66.7 | 86.52 | - |
| YUV | 198.53 | 146.88 | 74.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 230 | 232 | 0.47 | 0.01 | 0 | 0.09 | 181.11 | 0.7 | 0.7 |
| Hex | 7C | E6 | E8 | 2F | 1 | 0 | 9 | B5 | 46 | 46 |
| Octal | 174 | 346 | 350 | 57 | 1 | 0 | 11 | 265 | 106 | 106 |
| Binary | 1111100 | 11100110 | 11101000 | 101111 | 1 | 0 | 1001 | 10110101 | 1000110 | 1000110 |
Color Harmonies of #7CE6E8
Complementary color
Monochromatic Colors of #7CE6E8
Black with #7CE6E8
Text Example
Text Example
White with #7CE6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE6E8; }
p { color: rgb(124,230,232); }
H1.HeaderClassName
{
color: #7CE6E8;
}
.AnyTagClassName
{
color: #7CE6E8;
}
</style>
background-color css
<style>
a { background-color: #7CE6E8; }
a { background-color: rgb(124,230,232); }
div.DivClassName
{
background-color: #7CE6E8;
}
.BgClassName
{
background-color: #7CE6E8;
}
</style>
border-color css
<style>
span { border-color: #7CE6E8; }
span { border-color: rgb(124,230,232); }
td.TdClassName
{
border-color: #7CE6E8;
}
.TagClassName
{
border-color: #7CE6E8;
}
</style>