Shades of Turquoise Blue #76DBEB
Tints of Turquoise Blue #76DBEB
RGB
CMYK
RGB Variations
Color information
#76DBEB (or 0x76DBEB) is known color: Turquoise Blue. HEX triplet: 76, DB and EB. RGB value is (118,219,235). Sum of RGB (Red+Green+Blue) = 118+219+235=572 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.63% from 572); Green value is 219 (85.94% from 255 or 38.29% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #76DBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DBEB is #892414. Grayscale: #BEBEBE. Windows color (decimal): -8987669 or 15457142. OLE color: 15457142.
HSL color Cylindrical-coordinate representation of color #76DBEB: hue angle of 188.21º degrees, saturation: 0.75, 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 #76DBEB is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 219 | 235 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.08 |
| HSL | 188.21º | 0.75% | 0.69% | - |
| HSV(B) | 188.21º | 0.5% | 0.92% | - |
| XYZ | 47.8 | 60.51 | 87.76 | - |
| YUV | 190.63 | 153.04 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 219 | 235 | 0.50 | 0.07 | 0 | 0.08 | 188.21 | 0.75 | 0.69 |
| Hex | 76 | DB | EB | 32 | 7 | 0 | 8 | BC | 4B | 45 |
| Octal | 166 | 333 | 353 | 62 | 7 | 0 | 10 | 274 | 113 | 105 |
| Binary | 1110110 | 11011011 | 11101011 | 110010 | 111 | 0 | 1000 | 10111100 | 1001011 | 1000101 |
Color Harmonies of #76DBEB
Complementary color
Monochromatic Colors of #76DBEB
Black with #76DBEB
Text Example
Text Example
White with #76DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DBEB; }
p { color: rgb(118,219,235); }
H1.HeaderClassName
{
color: #76DBEB;
}
.AnyTagClassName
{
color: #76DBEB;
}
</style>
background-color css
<style>
a { background-color: #76DBEB; }
a { background-color: rgb(118,219,235); }
div.DivClassName
{
background-color: #76DBEB;
}
.BgClassName
{
background-color: #76DBEB;
}
</style>
border-color css
<style>
span { border-color: #76DBEB; }
span { border-color: rgb(118,219,235); }
td.TdClassName
{
border-color: #76DBEB;
}
.TagClassName
{
border-color: #76DBEB;
}
</style>