Shades of Turquoise Blue #76E1DF
Tints of Turquoise Blue #76E1DF
RGB
CMYK
RGB Variations
Color information
#76E1DF (or 0x76E1DF) is known color: Turquoise Blue. HEX triplet: 76, E1 and DF. RGB value is (118,225,223). Sum of RGB (Red+Green+Blue) = 118+225+223=566 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.85% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #76E1DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76E1DF is #891E20. Grayscale: #C0C0C0. Windows color (decimal): -8986145 or 14672246. OLE color: 14672246.
HSL color Cylindrical-coordinate representation of color #76E1DF: hue angle of 178.88º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76E1DF is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 225 | 223 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.12 |
| HSL | 178.88º | 0.64% | 0.67% | - |
| HSV(B) | 178.88º | 0.48% | 0.88% | - |
| XYZ | 47.72 | 63.03 | 79.46 | - |
| YUV | 192.78 | 145.05 | 74.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 225 | 223 | 0.48 | 0 | 0.01 | 0.12 | 178.88 | 0.64 | 0.67 |
| Hex | 76 | E1 | DF | 30 | 0 | 1 | C | B3 | 40 | 43 |
| Octal | 166 | 341 | 337 | 60 | 0 | 1 | 14 | 263 | 100 | 103 |
| Binary | 1110110 | 11100001 | 11011111 | 110000 | 0 | 1 | 1100 | 10110011 | 1000000 | 1000011 |
Color Harmonies of #76E1DF
Complementary color
Monochromatic Colors of #76E1DF
Black with #76E1DF
Text Example
Text Example
White with #76E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E1DF; }
p { color: rgb(118,225,223); }
H1.HeaderClassName
{
color: #76E1DF;
}
.AnyTagClassName
{
color: #76E1DF;
}
</style>
background-color css
<style>
a { background-color: #76E1DF; }
a { background-color: rgb(118,225,223); }
div.DivClassName
{
background-color: #76E1DF;
}
.BgClassName
{
background-color: #76E1DF;
}
</style>
border-color css
<style>
span { border-color: #76E1DF; }
span { border-color: rgb(118,225,223); }
td.TdClassName
{
border-color: #76E1DF;
}
.TagClassName
{
border-color: #76E1DF;
}
</style>