Shades of Turquoise Blue #76DDEA
Tints of Turquoise Blue #76DDEA
RGB
CMYK
RGB Variations
Color information
#76DDEA (or 0x76DDEA) is known color: Turquoise Blue. HEX triplet: 76, DD and EA. RGB value is (118,221,234). Sum of RGB (Red+Green+Blue) = 118+221+234=573 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.59% from 573); Green value is 221 (86.72% from 255 or 38.57% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #76DDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DDEA is #892215. Grayscale: #BFBFBF. Windows color (decimal): -8987158 or 15392118. OLE color: 15392118.
HSL color Cylindrical-coordinate representation of color #76DDEA: hue angle of 186.72º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76DDEA is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 221 | 234 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.08 |
| HSL | 186.72º | 0.73% | 0.69% | - |
| HSV(B) | 186.72º | 0.5% | 0.92% | - |
| XYZ | 48.18 | 61.5 | 87.17 | - |
| YUV | 191.69 | 151.88 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 221 | 234 | 0.50 | 0.06 | 0 | 0.08 | 186.72 | 0.73 | 0.69 |
| Hex | 76 | DD | EA | 32 | 6 | 0 | 8 | BB | 49 | 45 |
| Octal | 166 | 335 | 352 | 62 | 6 | 0 | 10 | 273 | 111 | 105 |
| Binary | 1110110 | 11011101 | 11101010 | 110010 | 110 | 0 | 1000 | 10111011 | 1001001 | 1000101 |
Color Harmonies of #76DDEA
Complementary color
Monochromatic Colors of #76DDEA
Black with #76DDEA
Text Example
Text Example
White with #76DDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DDEA; }
p { color: rgb(118,221,234); }
H1.HeaderClassName
{
color: #76DDEA;
}
.AnyTagClassName
{
color: #76DDEA;
}
</style>
background-color css
<style>
a { background-color: #76DDEA; }
a { background-color: rgb(118,221,234); }
div.DivClassName
{
background-color: #76DDEA;
}
.BgClassName
{
background-color: #76DDEA;
}
</style>
border-color css
<style>
span { border-color: #76DDEA; }
span { border-color: rgb(118,221,234); }
td.TdClassName
{
border-color: #76DDEA;
}
.TagClassName
{
border-color: #76DDEA;
}
</style>