Shades of Turquoise Blue #76ECE4
Tints of Turquoise Blue #76ECE4
RGB
CMYK
RGB Variations
Color information
#76ECE4 (or 0x76ECE4) is known color: Turquoise Blue. HEX triplet: 76, EC and E4. RGB value is (118,236,228). Sum of RGB (Red+Green+Blue) = 118+236+228=582 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.27% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 228 (89.45% from 255 or 39.18% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #76ECE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76ECE4 is #89131B. Grayscale: #C7C7C7. Windows color (decimal): -8983324 or 15002742. OLE color: 15002742.
HSL color Cylindrical-coordinate representation of color #76ECE4: hue angle of 175.93º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76ECE4 is Cyan = 0.5, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 236 | 228 | - |
| CMYK | 0.5 | 0 | 0.03 | 0.07 |
| HSL | 175.93º | 0.76% | 0.69% | - |
| HSV(B) | 175.93º | 0.5% | 0.93% | - |
| XYZ | 51.47 | 69.44 | 84.09 | - |
| YUV | 199.81 | 143.91 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 228 | 0.5 | 0 | 0.03 | 0.07 | 175.93 | 0.76 | 0.69 |
| Hex | 76 | EC | E4 | 32 | 0 | 3 | 7 | B0 | 4C | 45 |
| Octal | 166 | 354 | 344 | 62 | 0 | 3 | 7 | 260 | 114 | 105 |
| Binary | 1110110 | 11101100 | 11100100 | 110010 | 0 | 11 | 111 | 10110000 | 1001100 | 1000101 |
Color Harmonies of #76ECE4
Complementary color
Monochromatic Colors of #76ECE4
Black with #76ECE4
Text Example
Text Example
White with #76ECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ECE4; }
p { color: rgb(118,236,228); }
H1.HeaderClassName
{
color: #76ECE4;
}
.AnyTagClassName
{
color: #76ECE4;
}
</style>
background-color css
<style>
a { background-color: #76ECE4; }
a { background-color: rgb(118,236,228); }
div.DivClassName
{
background-color: #76ECE4;
}
.BgClassName
{
background-color: #76ECE4;
}
</style>
border-color css
<style>
span { border-color: #76ECE4; }
span { border-color: rgb(118,236,228); }
td.TdClassName
{
border-color: #76ECE4;
}
.TagClassName
{
border-color: #76ECE4;
}
</style>