Shades of Turquoise Blue #76ECE5
Tints of Turquoise Blue #76ECE5
RGB
CMYK
RGB Variations
Color information
#76ECE5 (or 0x76ECE5) is known color: Turquoise Blue. HEX triplet: 76, EC and E5. RGB value is (118,236,229). Sum of RGB (Red+Green+Blue) = 118+236+229=583 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.24% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #76ECE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76ECE5 is #89131A. Grayscale: #C7C7C7. Windows color (decimal): -8983323 or 15068278. OLE color: 15068278.
HSL color Cylindrical-coordinate representation of color #76ECE5: hue angle of 176.44º 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 #76ECE5 is Cyan = 0.5, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 236 | 229 | - |
| CMYK | 0.5 | 0 | 0.03 | 0.07 |
| HSL | 176.44º | 0.76% | 0.69% | - |
| HSV(B) | 176.44º | 0.5% | 0.93% | - |
| XYZ | 51.61 | 69.5 | 84.82 | - |
| YUV | 199.92 | 144.41 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 229 | 0.5 | 0 | 0.03 | 0.07 | 176.44 | 0.76 | 0.69 |
| Hex | 76 | EC | E5 | 32 | 0 | 3 | 7 | B0 | 4C | 45 |
| Octal | 166 | 354 | 345 | 62 | 0 | 3 | 7 | 260 | 114 | 105 |
| Binary | 1110110 | 11101100 | 11100101 | 110010 | 0 | 11 | 111 | 10110000 | 1001100 | 1000101 |
Color Harmonies of #76ECE5
Complementary color
Monochromatic Colors of #76ECE5
Black with #76ECE5
Text Example
Text Example
White with #76ECE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ECE5; }
p { color: rgb(118,236,229); }
H1.HeaderClassName
{
color: #76ECE5;
}
.AnyTagClassName
{
color: #76ECE5;
}
</style>
background-color css
<style>
a { background-color: #76ECE5; }
a { background-color: rgb(118,236,229); }
div.DivClassName
{
background-color: #76ECE5;
}
.BgClassName
{
background-color: #76ECE5;
}
</style>
border-color css
<style>
span { border-color: #76ECE5; }
span { border-color: rgb(118,236,229); }
td.TdClassName
{
border-color: #76ECE5;
}
.TagClassName
{
border-color: #76ECE5;
}
</style>