Shades of Turquoise Blue #7CE3EE
Tints of Turquoise Blue #7CE3EE
RGB
CMYK
RGB Variations
Color information
#7CE3EE (or 0x7CE3EE) is known color: Turquoise Blue. HEX triplet: 7C, E3 and EE. RGB value is (124,227,238). Sum of RGB (Red+Green+Blue) = 124+227+238=589 (78% of max value = 765). Red value is 124 (48.83% from 255 or 21.05% from 589); Green value is 227 (89.06% from 255 or 38.54% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #7CE3EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CE3EE is #831C11. Grayscale: #C5C5C5. Windows color (decimal): -8592402 or 15655804. OLE color: 15655804.
HSL color Cylindrical-coordinate representation of color #7CE3EE: hue angle of 185.79º degrees, saturation: 0.77, 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 #7CE3EE is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 227 | 238 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.07 |
| HSL | 185.79º | 0.77% | 0.71% | - |
| HSV(B) | 185.79º | 0.48% | 0.93% | - |
| XYZ | 51.21 | 65.4 | 90.81 | - |
| YUV | 197.46 | 150.88 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 227 | 238 | 0.48 | 0.05 | 0 | 0.07 | 185.79 | 0.77 | 0.71 |
| Hex | 7C | E3 | EE | 30 | 5 | 0 | 7 | BA | 4D | 47 |
| Octal | 174 | 343 | 356 | 60 | 5 | 0 | 7 | 272 | 115 | 107 |
| Binary | 1111100 | 11100011 | 11101110 | 110000 | 101 | 0 | 111 | 10111010 | 1001101 | 1000111 |
Color Harmonies of #7CE3EE
Complementary color
Monochromatic Colors of #7CE3EE
Black with #7CE3EE
Text Example
Text Example
White with #7CE3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE3EE; }
p { color: rgb(124,227,238); }
H1.HeaderClassName
{
color: #7CE3EE;
}
.AnyTagClassName
{
color: #7CE3EE;
}
</style>
background-color css
<style>
a { background-color: #7CE3EE; }
a { background-color: rgb(124,227,238); }
div.DivClassName
{
background-color: #7CE3EE;
}
.BgClassName
{
background-color: #7CE3EE;
}
</style>
border-color css
<style>
span { border-color: #7CE3EE; }
span { border-color: rgb(124,227,238); }
td.TdClassName
{
border-color: #7CE3EE;
}
.TagClassName
{
border-color: #7CE3EE;
}
</style>