Shades of Turquoise Blue #7CE6E4
Tints of Turquoise Blue #7CE6E4
RGB
CMYK
RGB Variations
Color information
#7CE6E4 (or 0x7CE6E4) is known color: Turquoise Blue. HEX triplet: 7C, E6 and E4. RGB value is (124,230,228). Sum of RGB (Red+Green+Blue) = 124+230+228=582 (77% of max value = 765). Red value is 124 (48.83% from 255 or 21.31% from 582); Green value is 230 (90.23% from 255 or 39.52% from 582); Blue value is 228 (89.45% from 255 or 39.18% from 582); Max value from RGB is 230 - color contains mainly: green. Hex color #7CE6E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #7CE6E4 is #83191B. Grayscale: #C5C5C5. Windows color (decimal): -8591644 or 15001212. OLE color: 15001212.
HSL color Cylindrical-coordinate representation of color #7CE6E4: hue angle of 178.87º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CE6E4 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 124 | 230 | 228 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.10 |
| HSL | 178.87º | 0.68% | 0.69% | - |
| HSV(B) | 178.87º | 0.46% | 0.9% | - |
| XYZ | 50.61 | 66.48 | 83.56 | - |
| YUV | 198.08 | 144.88 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 230 | 228 | 0.46 | 0 | 0.01 | 0.10 | 178.87 | 0.68 | 0.69 |
| Hex | 7C | E6 | E4 | 2E | 0 | 1 | A | B3 | 44 | 45 |
| Octal | 174 | 346 | 344 | 56 | 0 | 1 | 12 | 263 | 104 | 105 |
| Binary | 1111100 | 11100110 | 11100100 | 101110 | 0 | 1 | 1010 | 10110011 | 1000100 | 1000101 |
Color Harmonies of #7CE6E4
Complementary color
Monochromatic Colors of #7CE6E4
Black with #7CE6E4
Text Example
Text Example
White with #7CE6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE6E4; }
p { color: rgb(124,230,228); }
H1.HeaderClassName
{
color: #7CE6E4;
}
.AnyTagClassName
{
color: #7CE6E4;
}
</style>
background-color css
<style>
a { background-color: #7CE6E4; }
a { background-color: rgb(124,230,228); }
div.DivClassName
{
background-color: #7CE6E4;
}
.BgClassName
{
background-color: #7CE6E4;
}
</style>
border-color css
<style>
span { border-color: #7CE6E4; }
span { border-color: rgb(124,230,228); }
td.TdClassName
{
border-color: #7CE6E4;
}
.TagClassName
{
border-color: #7CE6E4;
}
</style>