Shades of Turquoise Blue #76E6E5
Tints of Turquoise Blue #76E6E5
RGB
CMYK
RGB Variations
Color information
#76E6E5 (or 0x76E6E5) is known color: Turquoise Blue. HEX triplet: 76, E6 and E5. RGB value is (118,230,229). Sum of RGB (Red+Green+Blue) = 118+230+229=577 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.45% from 577); Green value is 230 (90.23% from 255 or 39.86% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 230 - color contains mainly: green. Hex color #76E6E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76E6E5 is #89191A. Grayscale: #C4C4C4. Windows color (decimal): -8984859 or 15066742. OLE color: 15066742.
HSL color Cylindrical-coordinate representation of color #76E6E5: hue angle of 179.46º 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 #76E6E5 is Cyan = 0.49, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 230 | 229 | - |
| CMYK | 0.49 | 0 | 0.00 | 0.10 |
| HSL | 179.46º | 0.69% | 0.68% | - |
| HSV(B) | 179.46º | 0.49% | 0.9% | - |
| XYZ | 49.91 | 66.1 | 84.26 | - |
| YUV | 196.4 | 146.39 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 230 | 229 | 0.49 | 0 | 0.00 | 0.10 | 179.46 | 0.69 | 0.68 |
| Hex | 76 | E6 | E5 | 31 | 0 | 0 | A | B3 | 45 | 44 |
| Octal | 166 | 346 | 345 | 61 | 0 | 0 | 12 | 263 | 105 | 104 |
| Binary | 1110110 | 11100110 | 11100101 | 110001 | 0 | 0 | 1010 | 10110011 | 1000101 | 1000100 |
Color Harmonies of #76E6E5
Complementary color
Monochromatic Colors of #76E6E5
Black with #76E6E5
Text Example
Text Example
White with #76E6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E6E5; }
p { color: rgb(118,230,229); }
H1.HeaderClassName
{
color: #76E6E5;
}
.AnyTagClassName
{
color: #76E6E5;
}
</style>
background-color css
<style>
a { background-color: #76E6E5; }
a { background-color: rgb(118,230,229); }
div.DivClassName
{
background-color: #76E6E5;
}
.BgClassName
{
background-color: #76E6E5;
}
</style>
border-color css
<style>
span { border-color: #76E6E5; }
span { border-color: rgb(118,230,229); }
td.TdClassName
{
border-color: #76E6E5;
}
.TagClassName
{
border-color: #76E6E5;
}
</style>