Shades of Turquoise Blue #76ECEA
Tints of Turquoise Blue #76ECEA
RGB
CMYK
RGB Variations
Color information
#76ECEA (or 0x76ECEA) is known color: Turquoise Blue. HEX triplet: 76, EC and EA. RGB value is (118,236,234). Sum of RGB (Red+Green+Blue) = 118+236+234=588 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.07% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #76ECEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76ECEA is #891315. Grayscale: #C8C8C8. Windows color (decimal): -8983318 or 15395958. OLE color: 15395958.
HSL color Cylindrical-coordinate representation of color #76ECEA: hue angle of 178.98º 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 #76ECEA is Cyan = 0.5, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 236 | 234 | - |
| CMYK | 0.5 | 0 | 0.01 | 0.07 |
| HSL | 178.98º | 0.76% | 0.69% | - |
| HSV(B) | 178.98º | 0.5% | 0.93% | - |
| XYZ | 52.32 | 69.78 | 88.55 | - |
| YUV | 200.49 | 146.91 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 234 | 0.5 | 0 | 0.01 | 0.07 | 178.98 | 0.76 | 0.69 |
| Hex | 76 | EC | EA | 32 | 0 | 1 | 7 | B3 | 4C | 45 |
| Octal | 166 | 354 | 352 | 62 | 0 | 1 | 7 | 263 | 114 | 105 |
| Binary | 1110110 | 11101100 | 11101010 | 110010 | 0 | 1 | 111 | 10110011 | 1001100 | 1000101 |
Color Harmonies of #76ECEA
Complementary color
Monochromatic Colors of #76ECEA
Black with #76ECEA
Text Example
Text Example
White with #76ECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ECEA; }
p { color: rgb(118,236,234); }
H1.HeaderClassName
{
color: #76ECEA;
}
.AnyTagClassName
{
color: #76ECEA;
}
</style>
background-color css
<style>
a { background-color: #76ECEA; }
a { background-color: rgb(118,236,234); }
div.DivClassName
{
background-color: #76ECEA;
}
.BgClassName
{
background-color: #76ECEA;
}
</style>
border-color css
<style>
span { border-color: #76ECEA; }
span { border-color: rgb(118,236,234); }
td.TdClassName
{
border-color: #76ECEA;
}
.TagClassName
{
border-color: #76ECEA;
}
</style>