Shades of Turquoise Blue #76E2ED
Tints of Turquoise Blue #76E2ED
RGB
CMYK
RGB Variations
Color information
#76E2ED (or 0x76E2ED) is known color: Turquoise Blue. HEX triplet: 76, E2 and ED. RGB value is (118,226,237). Sum of RGB (Red+Green+Blue) = 118+226+237=581 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.31% from 581); Green value is 226 (88.67% from 255 or 38.90% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #76E2ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76E2ED is #891D12. Grayscale: #C2C2C2. Windows color (decimal): -8985875 or 15590006. OLE color: 15590006.
HSL color Cylindrical-coordinate representation of color #76E2ED: hue angle of 185.55º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76E2ED is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 226 | 237 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.07 |
| HSL | 185.55º | 0.77% | 0.7% | - |
| HSV(B) | 185.55º | 0.5% | 0.93% | - |
| XYZ | 49.95 | 64.36 | 89.91 | - |
| YUV | 194.96 | 151.72 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 226 | 237 | 0.50 | 0.05 | 0 | 0.07 | 185.55 | 0.77 | 0.7 |
| Hex | 76 | E2 | ED | 32 | 5 | 0 | 7 | BA | 4D | 46 |
| Octal | 166 | 342 | 355 | 62 | 5 | 0 | 7 | 272 | 115 | 106 |
| Binary | 1110110 | 11100010 | 11101101 | 110010 | 101 | 0 | 111 | 10111010 | 1001101 | 1000110 |
Color Harmonies of #76E2ED
Complementary color
Monochromatic Colors of #76E2ED
Black with #76E2ED
Text Example
Text Example
White with #76E2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E2ED; }
p { color: rgb(118,226,237); }
H1.HeaderClassName
{
color: #76E2ED;
}
.AnyTagClassName
{
color: #76E2ED;
}
</style>
background-color css
<style>
a { background-color: #76E2ED; }
a { background-color: rgb(118,226,237); }
div.DivClassName
{
background-color: #76E2ED;
}
.BgClassName
{
background-color: #76E2ED;
}
</style>
border-color css
<style>
span { border-color: #76E2ED; }
span { border-color: rgb(118,226,237); }
td.TdClassName
{
border-color: #76E2ED;
}
.TagClassName
{
border-color: #76E2ED;
}
</style>