Shades of Turquoise Blue #76ECE0
Tints of Turquoise Blue #76ECE0
RGB
CMYK
RGB Variations
Color information
#76ECE0 (or 0x76ECE0) is known color: Turquoise Blue. HEX triplet: 76, EC and E0. RGB value is (118,236,224). Sum of RGB (Red+Green+Blue) = 118+236+224=578 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.42% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 236 - color contains mainly: green. Hex color #76ECE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76ECE0 is #89131F. Grayscale: #C7C7C7. Windows color (decimal): -8983328 or 14740598. OLE color: 14740598.
HSL color Cylindrical-coordinate representation of color #76ECE0: hue angle of 173.9º 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 #76ECE0 is Cyan = 0.5, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 236 | 224 | - |
| CMYK | 0.5 | 0 | 0.05 | 0.07 |
| HSL | 173.9º | 0.76% | 0.69% | - |
| HSV(B) | 173.9º | 0.5% | 0.93% | - |
| XYZ | 50.92 | 69.22 | 81.2 | - |
| YUV | 199.35 | 141.91 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 224 | 0.5 | 0 | 0.05 | 0.07 | 173.9 | 0.76 | 0.69 |
| Hex | 76 | EC | E0 | 32 | 0 | 5 | 7 | AE | 4C | 45 |
| Octal | 166 | 354 | 340 | 62 | 0 | 5 | 7 | 256 | 114 | 105 |
| Binary | 1110110 | 11101100 | 11100000 | 110010 | 0 | 101 | 111 | 10101110 | 1001100 | 1000101 |
Color Harmonies of #76ECE0
Complementary color
Monochromatic Colors of #76ECE0
Black with #76ECE0
Text Example
Text Example
White with #76ECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ECE0; }
p { color: rgb(118,236,224); }
H1.HeaderClassName
{
color: #76ECE0;
}
.AnyTagClassName
{
color: #76ECE0;
}
</style>
background-color css
<style>
a { background-color: #76ECE0; }
a { background-color: rgb(118,236,224); }
div.DivClassName
{
background-color: #76ECE0;
}
.BgClassName
{
background-color: #76ECE0;
}
</style>
border-color css
<style>
span { border-color: #76ECE0; }
span { border-color: rgb(118,236,224); }
td.TdClassName
{
border-color: #76ECE0;
}
.TagClassName
{
border-color: #76ECE0;
}
</style>