Shades of Turquoise Blue #76D2EE
Tints of Turquoise Blue #76D2EE
RGB
CMYK
RGB Variations
Color information
#76D2EE (or 0x76D2EE) is known color: Turquoise Blue. HEX triplet: 76, D2 and EE. RGB value is (118,210,238). Sum of RGB (Red+Green+Blue) = 118+210+238=566 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.85% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #76D2EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D2EE is #892D11. Grayscale: #B9B9B9. Windows color (decimal): -8989970 or 15651446. OLE color: 15651446.
HSL color Cylindrical-coordinate representation of color #76D2EE: hue angle of 194º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76D2EE is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 210 | 238 | - |
| CMYK | 0.50 | 0.12 | 0 | 0.07 |
| HSL | 194º | 0.78% | 0.7% | - |
| HSV(B) | 194º | 0.5% | 0.93% | - |
| XYZ | 45.95 | 56.12 | 89.3 | - |
| YUV | 185.68 | 157.52 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 210 | 238 | 0.50 | 0.12 | 0 | 0.07 | 194 | 0.78 | 0.7 |
| Hex | 76 | D2 | EE | 32 | C | 0 | 7 | C2 | 4E | 46 |
| Octal | 166 | 322 | 356 | 62 | 14 | 0 | 7 | 302 | 116 | 106 |
| Binary | 1110110 | 11010010 | 11101110 | 110010 | 1100 | 0 | 111 | 11000010 | 1001110 | 1000110 |
Color Harmonies of #76D2EE
Complementary color
Monochromatic Colors of #76D2EE
Black with #76D2EE
Text Example
Text Example
White with #76D2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D2EE; }
p { color: rgb(118,210,238); }
H1.HeaderClassName
{
color: #76D2EE;
}
.AnyTagClassName
{
color: #76D2EE;
}
</style>
background-color css
<style>
a { background-color: #76D2EE; }
a { background-color: rgb(118,210,238); }
div.DivClassName
{
background-color: #76D2EE;
}
.BgClassName
{
background-color: #76D2EE;
}
</style>
border-color css
<style>
span { border-color: #76D2EE; }
span { border-color: rgb(118,210,238); }
td.TdClassName
{
border-color: #76D2EE;
}
.TagClassName
{
border-color: #76D2EE;
}
</style>