Shades of Turquoise Blue #76E0E7
Tints of Turquoise Blue #76E0E7
RGB
CMYK
RGB Variations
Color information
#76E0E7 (or 0x76E0E7) is known color: Turquoise Blue. HEX triplet: 76, E0 and E7. RGB value is (118,224,231). Sum of RGB (Red+Green+Blue) = 118+224+231=573 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.59% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 231 (90.62% from 255 or 40.31% from 573); Max value from RGB is 231 - color contains mainly: blue. Hex color #76E0E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76E0E7 is #891F18. Grayscale: #C0C0C0. Windows color (decimal): -8986393 or 15196278. OLE color: 15196278.
HSL color Cylindrical-coordinate representation of color #76E0E7: hue angle of 183.72º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76E0E7 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 118 | 224 | 231 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.09 |
| HSL | 183.72º | 0.7% | 0.68% | - |
| HSV(B) | 183.72º | 0.49% | 0.91% | - |
| XYZ | 48.55 | 62.93 | 85.19 | - |
| YUV | 193.1 | 149.38 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 224 | 231 | 0.49 | 0.03 | 0 | 0.09 | 183.72 | 0.7 | 0.68 |
| Hex | 76 | E0 | E7 | 31 | 3 | 0 | 9 | B8 | 46 | 44 |
| Octal | 166 | 340 | 347 | 61 | 3 | 0 | 11 | 270 | 106 | 104 |
| Binary | 1110110 | 11100000 | 11100111 | 110001 | 11 | 0 | 1001 | 10111000 | 1000110 | 1000100 |
Color Harmonies of #76E0E7
Complementary color
Monochromatic Colors of #76E0E7
Black with #76E0E7
Text Example
Text Example
White with #76E0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E0E7; }
p { color: rgb(118,224,231); }
H1.HeaderClassName
{
color: #76E0E7;
}
.AnyTagClassName
{
color: #76E0E7;
}
</style>
background-color css
<style>
a { background-color: #76E0E7; }
a { background-color: rgb(118,224,231); }
div.DivClassName
{
background-color: #76E0E7;
}
.BgClassName
{
background-color: #76E0E7;
}
</style>
border-color css
<style>
span { border-color: #76E0E7; }
span { border-color: rgb(118,224,231); }
td.TdClassName
{
border-color: #76E0E7;
}
.TagClassName
{
border-color: #76E0E7;
}
</style>