Shades of Turquoise Blue #76D9EF
Tints of Turquoise Blue #76D9EF
RGB
CMYK
RGB Variations
Color information
#76D9EF (or 0x76D9EF) is known color: Turquoise Blue. HEX triplet: 76, D9 and EF. RGB value is (118,217,239). Sum of RGB (Red+Green+Blue) = 118+217+239=574 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.56% from 574); Green value is 217 (85.16% from 255 or 37.80% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #76D9EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D9EF is #892610. Grayscale: #BDBDBD. Windows color (decimal): -8988177 or 15718774. OLE color: 15718774.
HSL color Cylindrical-coordinate representation of color #76D9EF: hue angle of 190.91º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76D9EF is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 217 | 239 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.06 |
| HSL | 190.91º | 0.79% | 0.7% | - |
| HSV(B) | 190.91º | 0.51% | 0.94% | - |
| XYZ | 47.86 | 59.71 | 90.66 | - |
| YUV | 189.91 | 155.7 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 217 | 239 | 0.51 | 0.09 | 0 | 0.06 | 190.91 | 0.79 | 0.7 |
| Hex | 76 | D9 | EF | 33 | 9 | 0 | 6 | BF | 4F | 46 |
| Octal | 166 | 331 | 357 | 63 | 11 | 0 | 6 | 277 | 117 | 106 |
| Binary | 1110110 | 11011001 | 11101111 | 110011 | 1001 | 0 | 110 | 10111111 | 1001111 | 1000110 |
Color Harmonies of #76D9EF
Complementary color
Monochromatic Colors of #76D9EF
Black with #76D9EF
Text Example
Text Example
White with #76D9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D9EF; }
p { color: rgb(118,217,239); }
H1.HeaderClassName
{
color: #76D9EF;
}
.AnyTagClassName
{
color: #76D9EF;
}
</style>
background-color css
<style>
a { background-color: #76D9EF; }
a { background-color: rgb(118,217,239); }
div.DivClassName
{
background-color: #76D9EF;
}
.BgClassName
{
background-color: #76D9EF;
}
</style>
border-color css
<style>
span { border-color: #76D9EF; }
span { border-color: rgb(118,217,239); }
td.TdClassName
{
border-color: #76D9EF;
}
.TagClassName
{
border-color: #76D9EF;
}
</style>