Shades of Turquoise Blue #76DBDA
Tints of Turquoise Blue #76DBDA
RGB
CMYK
RGB Variations
Color information
#76DBDA (or 0x76DBDA) is known color: Turquoise Blue. HEX triplet: 76, DB and DA. RGB value is (118,219,218). Sum of RGB (Red+Green+Blue) = 118+219+218=555 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.26% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 218 (85.55% from 255 or 39.28% from 555); Max value from RGB is 219 - color contains mainly: green. Hex color #76DBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DBDA is #892425. Grayscale: #BCBCBC. Windows color (decimal): -8987686 or 14343030. OLE color: 14343030.
HSL color Cylindrical-coordinate representation of color #76DBDA: hue angle of 179.41º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DBDA is Cyan = 0.46, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 219 | 218 | - |
| CMYK | 0.46 | 0 | 0.00 | 0.14 |
| HSL | 179.41º | 0.58% | 0.66% | - |
| HSV(B) | 179.41º | 0.46% | 0.86% | - |
| XYZ | 45.46 | 59.58 | 75.43 | - |
| YUV | 188.69 | 144.54 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 219 | 218 | 0.46 | 0 | 0.00 | 0.14 | 179.41 | 0.58 | 0.66 |
| Hex | 76 | DB | DA | 2E | 0 | 0 | E | B3 | 3A | 42 |
| Octal | 166 | 333 | 332 | 56 | 0 | 0 | 16 | 263 | 72 | 102 |
| Binary | 1110110 | 11011011 | 11011010 | 101110 | 0 | 0 | 1110 | 10110011 | 111010 | 1000010 |
Color Harmonies of #76DBDA
Complementary color
Monochromatic Colors of #76DBDA
Black with #76DBDA
Text Example
Text Example
White with #76DBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DBDA; }
p { color: rgb(118,219,218); }
H1.HeaderClassName
{
color: #76DBDA;
}
.AnyTagClassName
{
color: #76DBDA;
}
</style>
background-color css
<style>
a { background-color: #76DBDA; }
a { background-color: rgb(118,219,218); }
div.DivClassName
{
background-color: #76DBDA;
}
.BgClassName
{
background-color: #76DBDA;
}
</style>
border-color css
<style>
span { border-color: #76DBDA; }
span { border-color: rgb(118,219,218); }
td.TdClassName
{
border-color: #76DBDA;
}
.TagClassName
{
border-color: #76DBDA;
}
</style>