Shades of Turquoise Blue #76E5DD
Tints of Turquoise Blue #76E5DD
RGB
CMYK
RGB Variations
Color information
#76E5DD (or 0x76E5DD) is known color: Turquoise Blue. HEX triplet: 76, E5 and DD. RGB value is (118,229,221). Sum of RGB (Red+Green+Blue) = 118+229+221=568 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.77% from 568); Green value is 229 (89.84% from 255 or 40.32% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 229 - color contains mainly: green. Hex color #76E5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76E5DD is #891A22. Grayscale: #C2C2C2. Windows color (decimal): -8985123 or 14542198. OLE color: 14542198.
HSL color Cylindrical-coordinate representation of color #76E5DD: hue angle of 175.68º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76E5DD is Cyan = 0.48, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 229 | 221 | - |
| CMYK | 0.48 | 0 | 0.03 | 0.10 |
| HSL | 175.68º | 0.68% | 0.68% | - |
| HSV(B) | 175.68º | 0.48% | 0.9% | - |
| XYZ | 48.54 | 65.11 | 78.42 | - |
| YUV | 194.9 | 142.73 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 229 | 221 | 0.48 | 0 | 0.03 | 0.10 | 175.68 | 0.68 | 0.68 |
| Hex | 76 | E5 | DD | 30 | 0 | 3 | A | B0 | 44 | 44 |
| Octal | 166 | 345 | 335 | 60 | 0 | 3 | 12 | 260 | 104 | 104 |
| Binary | 1110110 | 11100101 | 11011101 | 110000 | 0 | 11 | 1010 | 10110000 | 1000100 | 1000100 |
Color Harmonies of #76E5DD
Complementary color
Monochromatic Colors of #76E5DD
Black with #76E5DD
Text Example
Text Example
White with #76E5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E5DD; }
p { color: rgb(118,229,221); }
H1.HeaderClassName
{
color: #76E5DD;
}
.AnyTagClassName
{
color: #76E5DD;
}
</style>
background-color css
<style>
a { background-color: #76E5DD; }
a { background-color: rgb(118,229,221); }
div.DivClassName
{
background-color: #76E5DD;
}
.BgClassName
{
background-color: #76E5DD;
}
</style>
border-color css
<style>
span { border-color: #76E5DD; }
span { border-color: rgb(118,229,221); }
td.TdClassName
{
border-color: #76E5DD;
}
.TagClassName
{
border-color: #76E5DD;
}
</style>