Shades of Turquoise Blue #76ECE9
Tints of Turquoise Blue #76ECE9
RGB
CMYK
RGB Variations
Color information
#76ECE9 (or 0x76ECE9) is known color: Turquoise Blue. HEX triplet: 76, EC and E9. RGB value is (118,236,233). Sum of RGB (Red+Green+Blue) = 118+236+233=587 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.10% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 233 (91.41% from 255 or 39.69% from 587); Max value from RGB is 236 - color contains mainly: green. Hex color #76ECE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76ECE9 is #891316. Grayscale: #C8C8C8. Windows color (decimal): -8983319 or 15330422. OLE color: 15330422.
HSL color Cylindrical-coordinate representation of color #76ECE9: hue angle of 178.47º 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 #76ECE9 is Cyan = 0.5, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 236 | 233 | - |
| CMYK | 0.5 | 0 | 0.01 | 0.07 |
| HSL | 178.47º | 0.76% | 0.69% | - |
| HSV(B) | 178.47º | 0.5% | 0.93% | - |
| XYZ | 52.17 | 69.73 | 87.8 | - |
| YUV | 200.38 | 146.41 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 233 | 0.5 | 0 | 0.01 | 0.07 | 178.47 | 0.76 | 0.69 |
| Hex | 76 | EC | E9 | 32 | 0 | 1 | 7 | B2 | 4C | 45 |
| Octal | 166 | 354 | 351 | 62 | 0 | 1 | 7 | 262 | 114 | 105 |
| Binary | 1110110 | 11101100 | 11101001 | 110010 | 0 | 1 | 111 | 10110010 | 1001100 | 1000101 |
Color Harmonies of #76ECE9
Complementary color
Monochromatic Colors of #76ECE9
Black with #76ECE9
Text Example
Text Example
White with #76ECE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ECE9; }
p { color: rgb(118,236,233); }
H1.HeaderClassName
{
color: #76ECE9;
}
.AnyTagClassName
{
color: #76ECE9;
}
</style>
background-color css
<style>
a { background-color: #76ECE9; }
a { background-color: rgb(118,236,233); }
div.DivClassName
{
background-color: #76ECE9;
}
.BgClassName
{
background-color: #76ECE9;
}
</style>
border-color css
<style>
span { border-color: #76ECE9; }
span { border-color: rgb(118,236,233); }
td.TdClassName
{
border-color: #76ECE9;
}
.TagClassName
{
border-color: #76ECE9;
}
</style>