Shades of Turquoise Blue #76E2E5
Tints of Turquoise Blue #76E2E5
RGB
CMYK
RGB Variations
Color information
#76E2E5 (or 0x76E2E5) is known color: Turquoise Blue. HEX triplet: 76, E2 and E5. RGB value is (118,226,229). Sum of RGB (Red+Green+Blue) = 118+226+229=573 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.59% from 573); Green value is 226 (88.67% from 255 or 39.44% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 229 - color contains mainly: blue. Hex color #76E2E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76E2E5 is #891D1A. Grayscale: #C1C1C1. Windows color (decimal): -8985883 or 15065718. OLE color: 15065718.
HSL color Cylindrical-coordinate representation of color #76E2E5: hue angle of 181.62º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76E2E5 is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 226 | 229 | - |
| CMYK | 0.48 | 0.01 | 0 | 0.10 |
| HSL | 181.62º | 0.68% | 0.68% | - |
| HSV(B) | 181.62º | 0.48% | 0.9% | - |
| XYZ | 48.81 | 63.9 | 83.89 | - |
| YUV | 194.05 | 147.72 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 226 | 229 | 0.48 | 0.01 | 0 | 0.10 | 181.62 | 0.68 | 0.68 |
| Hex | 76 | E2 | E5 | 30 | 1 | 0 | A | B6 | 44 | 44 |
| Octal | 166 | 342 | 345 | 60 | 1 | 0 | 12 | 266 | 104 | 104 |
| Binary | 1110110 | 11100010 | 11100101 | 110000 | 1 | 0 | 1010 | 10110110 | 1000100 | 1000100 |
Color Harmonies of #76E2E5
Complementary color
Monochromatic Colors of #76E2E5
Black with #76E2E5
Text Example
Text Example
White with #76E2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E2E5; }
p { color: rgb(118,226,229); }
H1.HeaderClassName
{
color: #76E2E5;
}
.AnyTagClassName
{
color: #76E2E5;
}
</style>
background-color css
<style>
a { background-color: #76E2E5; }
a { background-color: rgb(118,226,229); }
div.DivClassName
{
background-color: #76E2E5;
}
.BgClassName
{
background-color: #76E2E5;
}
</style>
border-color css
<style>
span { border-color: #76E2E5; }
span { border-color: rgb(118,226,229); }
td.TdClassName
{
border-color: #76E2E5;
}
.TagClassName
{
border-color: #76E2E5;
}
</style>