Shades of Turquoise Blue #76E6E2
Tints of Turquoise Blue #76E6E2
RGB
CMYK
RGB Variations
Color information
#76E6E2 (or 0x76E6E2) is known color: Turquoise Blue. HEX triplet: 76, E6 and E2. RGB value is (118,230,226). Sum of RGB (Red+Green+Blue) = 118+230+226=574 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.56% from 574); Green value is 230 (90.23% from 255 or 40.07% from 574); Blue value is 226 (88.67% from 255 or 39.37% from 574); Max value from RGB is 230 - color contains mainly: green. Hex color #76E6E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76E6E2 is #89191D. Grayscale: #C3C3C3. Windows color (decimal): -8984862 or 14870134. OLE color: 14870134.
HSL color Cylindrical-coordinate representation of color #76E6E2: hue angle of 177.86º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76E6E2 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 230 | 226 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.10 |
| HSL | 177.86º | 0.69% | 0.68% | - |
| HSV(B) | 177.86º | 0.49% | 0.9% | - |
| XYZ | 49.5 | 65.94 | 82.07 | - |
| YUV | 196.06 | 144.89 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 230 | 226 | 0.49 | 0 | 0.02 | 0.10 | 177.86 | 0.69 | 0.68 |
| Hex | 76 | E6 | E2 | 31 | 0 | 2 | A | B2 | 45 | 44 |
| Octal | 166 | 346 | 342 | 61 | 0 | 2 | 12 | 262 | 105 | 104 |
| Binary | 1110110 | 11100110 | 11100010 | 110001 | 0 | 10 | 1010 | 10110010 | 1000101 | 1000100 |
Color Harmonies of #76E6E2
Complementary color
Monochromatic Colors of #76E6E2
Black with #76E6E2
Text Example
Text Example
White with #76E6E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E6E2; }
p { color: rgb(118,230,226); }
H1.HeaderClassName
{
color: #76E6E2;
}
.AnyTagClassName
{
color: #76E6E2;
}
</style>
background-color css
<style>
a { background-color: #76E6E2; }
a { background-color: rgb(118,230,226); }
div.DivClassName
{
background-color: #76E6E2;
}
.BgClassName
{
background-color: #76E6E2;
}
</style>
border-color css
<style>
span { border-color: #76E6E2; }
span { border-color: rgb(118,230,226); }
td.TdClassName
{
border-color: #76E6E2;
}
.TagClassName
{
border-color: #76E6E2;
}
</style>