Shades of Turquoise Blue #76DADB
Tints of Turquoise Blue #76DADB
RGB
CMYK
RGB Variations
Color information
#76DADB (or 0x76DADB) is known color: Turquoise Blue. HEX triplet: 76, DA and DB. RGB value is (118,218,219). Sum of RGB (Red+Green+Blue) = 118+218+219=555 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.26% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #76DADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DADB is #892524. Grayscale: #BCBCBC. Windows color (decimal): -8987941 or 14408310. OLE color: 14408310.
HSL color Cylindrical-coordinate representation of color #76DADB: hue angle of 180.59º 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 #76DADB is Cyan = 0.46, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 218 | 219 | - |
| CMYK | 0.46 | 0.00 | 0 | 0.14 |
| HSL | 180.59º | 0.58% | 0.66% | - |
| HSV(B) | 180.59º | 0.46% | 0.86% | - |
| XYZ | 45.33 | 59.11 | 76.04 | - |
| YUV | 188.21 | 145.37 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 218 | 219 | 0.46 | 0.00 | 0 | 0.14 | 180.59 | 0.58 | 0.66 |
| Hex | 76 | DA | DB | 2E | 0 | 0 | E | B5 | 3A | 42 |
| Octal | 166 | 332 | 333 | 56 | 0 | 0 | 16 | 265 | 72 | 102 |
| Binary | 1110110 | 11011010 | 11011011 | 101110 | 0 | 0 | 1110 | 10110101 | 111010 | 1000010 |
Color Harmonies of #76DADB
Complementary color
Monochromatic Colors of #76DADB
Black with #76DADB
Text Example
Text Example
White with #76DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DADB; }
p { color: rgb(118,218,219); }
H1.HeaderClassName
{
color: #76DADB;
}
.AnyTagClassName
{
color: #76DADB;
}
</style>
background-color css
<style>
a { background-color: #76DADB; }
a { background-color: rgb(118,218,219); }
div.DivClassName
{
background-color: #76DADB;
}
.BgClassName
{
background-color: #76DADB;
}
</style>
border-color css
<style>
span { border-color: #76DADB; }
span { border-color: rgb(118,218,219); }
td.TdClassName
{
border-color: #76DADB;
}
.TagClassName
{
border-color: #76DADB;
}
</style>