Shades of Turquoise Blue #76DBEE
Tints of Turquoise Blue #76DBEE
RGB
CMYK
RGB Variations
Color information
#76DBEE (or 0x76DBEE) is known color: Turquoise Blue. HEX triplet: 76, DB and EE. RGB value is (118,219,238). Sum of RGB (Red+Green+Blue) = 118+219+238=575 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.52% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #76DBEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DBEE is #892411. Grayscale: #BEBEBE. Windows color (decimal): -8987666 or 15653750. OLE color: 15653750.
HSL color Cylindrical-coordinate representation of color #76DBEE: hue angle of 189.5º 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 #76DBEE is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 219 | 238 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.07 |
| HSL | 189.5º | 0.78% | 0.7% | - |
| HSV(B) | 189.5º | 0.5% | 0.93% | - |
| XYZ | 48.24 | 60.69 | 90.06 | - |
| YUV | 190.97 | 154.54 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 219 | 238 | 0.50 | 0.08 | 0 | 0.07 | 189.5 | 0.78 | 0.7 |
| Hex | 76 | DB | EE | 32 | 8 | 0 | 7 | BE | 4E | 46 |
| Octal | 166 | 333 | 356 | 62 | 10 | 0 | 7 | 276 | 116 | 106 |
| Binary | 1110110 | 11011011 | 11101110 | 110010 | 1000 | 0 | 111 | 10111110 | 1001110 | 1000110 |
Color Harmonies of #76DBEE
Complementary color
Monochromatic Colors of #76DBEE
Black with #76DBEE
Text Example
Text Example
White with #76DBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DBEE; }
p { color: rgb(118,219,238); }
H1.HeaderClassName
{
color: #76DBEE;
}
.AnyTagClassName
{
color: #76DBEE;
}
</style>
background-color css
<style>
a { background-color: #76DBEE; }
a { background-color: rgb(118,219,238); }
div.DivClassName
{
background-color: #76DBEE;
}
.BgClassName
{
background-color: #76DBEE;
}
</style>
border-color css
<style>
span { border-color: #76DBEE; }
span { border-color: rgb(118,219,238); }
td.TdClassName
{
border-color: #76DBEE;
}
.TagClassName
{
border-color: #76DBEE;
}
</style>