Shades of Turquoise Blue #76E2DF
Tints of Turquoise Blue #76E2DF
RGB
CMYK
RGB Variations
Color information
#76E2DF (or 0x76E2DF) is known color: Turquoise Blue. HEX triplet: 76, E2 and DF. RGB value is (118,226,223). Sum of RGB (Red+Green+Blue) = 118+226+223=567 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.81% from 567); Green value is 226 (88.67% from 255 or 39.86% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 226 - color contains mainly: green. Hex color #76E2DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76E2DF is #891D20. Grayscale: #C1C1C1. Windows color (decimal): -8985889 or 14672502. OLE color: 14672502.
HSL color Cylindrical-coordinate representation of color #76E2DF: hue angle of 178.33º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76E2DF is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 118 | 226 | 223 | - |
| CMYK | 0.48 | 0 | 0.01 | 0.11 |
| HSL | 178.33º | 0.65% | 0.67% | - |
| HSV(B) | 178.33º | 0.48% | 0.89% | - |
| XYZ | 47.99 | 63.57 | 79.55 | - |
| YUV | 193.37 | 144.72 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 226 | 223 | 0.48 | 0 | 0.01 | 0.11 | 178.33 | 0.65 | 0.67 |
| Hex | 76 | E2 | DF | 30 | 0 | 1 | B | B2 | 41 | 43 |
| Octal | 166 | 342 | 337 | 60 | 0 | 1 | 13 | 262 | 101 | 103 |
| Binary | 1110110 | 11100010 | 11011111 | 110000 | 0 | 1 | 1011 | 10110010 | 1000001 | 1000011 |
Color Harmonies of #76E2DF
Complementary color
Monochromatic Colors of #76E2DF
Black with #76E2DF
Text Example
Text Example
White with #76E2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E2DF; }
p { color: rgb(118,226,223); }
H1.HeaderClassName
{
color: #76E2DF;
}
.AnyTagClassName
{
color: #76E2DF;
}
</style>
background-color css
<style>
a { background-color: #76E2DF; }
a { background-color: rgb(118,226,223); }
div.DivClassName
{
background-color: #76E2DF;
}
.BgClassName
{
background-color: #76E2DF;
}
</style>
border-color css
<style>
span { border-color: #76E2DF; }
span { border-color: rgb(118,226,223); }
td.TdClassName
{
border-color: #76E2DF;
}
.TagClassName
{
border-color: #76E2DF;
}
</style>