Shades of Turquoise Blue #7CE3ED
Tints of Turquoise Blue #7CE3ED
RGB
CMYK
RGB Variations
Color information
#7CE3ED (or 0x7CE3ED) is known color: Turquoise Blue. HEX triplet: 7C, E3 and ED. RGB value is (124,227,237). Sum of RGB (Red+Green+Blue) = 124+227+237=588 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.09% from 588); Green value is 227 (89.06% from 255 or 38.61% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #7CE3ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CE3ED is #831C12. Grayscale: #C5C5C5. Windows color (decimal): -8592403 or 15590268. OLE color: 15590268.
HSL color Cylindrical-coordinate representation of color #7CE3ED: hue angle of 185.31º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7CE3ED is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 227 | 237 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.07 |
| HSL | 185.31º | 0.76% | 0.71% | - |
| HSV(B) | 185.31º | 0.48% | 0.93% | - |
| XYZ | 51.07 | 65.34 | 90.04 | - |
| YUV | 197.34 | 150.38 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 227 | 237 | 0.48 | 0.04 | 0 | 0.07 | 185.31 | 0.76 | 0.71 |
| Hex | 7C | E3 | ED | 30 | 4 | 0 | 7 | B9 | 4C | 47 |
| Octal | 174 | 343 | 355 | 60 | 4 | 0 | 7 | 271 | 114 | 107 |
| Binary | 1111100 | 11100011 | 11101101 | 110000 | 100 | 0 | 111 | 10111001 | 1001100 | 1000111 |
Color Harmonies of #7CE3ED
Complementary color
Monochromatic Colors of #7CE3ED
Black with #7CE3ED
Text Example
Text Example
White with #7CE3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE3ED; }
p { color: rgb(124,227,237); }
H1.HeaderClassName
{
color: #7CE3ED;
}
.AnyTagClassName
{
color: #7CE3ED;
}
</style>
background-color css
<style>
a { background-color: #7CE3ED; }
a { background-color: rgb(124,227,237); }
div.DivClassName
{
background-color: #7CE3ED;
}
.BgClassName
{
background-color: #7CE3ED;
}
</style>
border-color css
<style>
span { border-color: #7CE3ED; }
span { border-color: rgb(124,227,237); }
td.TdClassName
{
border-color: #7CE3ED;
}
.TagClassName
{
border-color: #7CE3ED;
}
</style>