Shades of Turquoise Blue #76DBDE
Tints of Turquoise Blue #76DBDE
RGB
CMYK
RGB Variations
Color information
#76DBDE (or 0x76DBDE) is known color: Turquoise Blue. HEX triplet: 76, DB and DE. RGB value is (118,219,222). Sum of RGB (Red+Green+Blue) = 118+219+222=559 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.11% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 222 - color contains mainly: blue. Hex color #76DBDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DBDE is #892421. Grayscale: #BDBDBD. Windows color (decimal): -8987682 or 14605174. OLE color: 14605174.
HSL color Cylindrical-coordinate representation of color #76DBDE: hue angle of 181.73º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DBDE is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 219 | 222 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.13 |
| HSL | 181.73º | 0.61% | 0.67% | - |
| HSV(B) | 181.73º | 0.47% | 0.87% | - |
| XYZ | 45.99 | 59.79 | 78.22 | - |
| YUV | 189.14 | 146.54 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 219 | 222 | 0.47 | 0.01 | 0 | 0.13 | 181.73 | 0.61 | 0.67 |
| Hex | 76 | DB | DE | 2F | 1 | 0 | D | B6 | 3D | 43 |
| Octal | 166 | 333 | 336 | 57 | 1 | 0 | 15 | 266 | 75 | 103 |
| Binary | 1110110 | 11011011 | 11011110 | 101111 | 1 | 0 | 1101 | 10110110 | 111101 | 1000011 |
Color Harmonies of #76DBDE
Complementary color
Monochromatic Colors of #76DBDE
Black with #76DBDE
Text Example
Text Example
White with #76DBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DBDE; }
p { color: rgb(118,219,222); }
H1.HeaderClassName
{
color: #76DBDE;
}
.AnyTagClassName
{
color: #76DBDE;
}
</style>
background-color css
<style>
a { background-color: #76DBDE; }
a { background-color: rgb(118,219,222); }
div.DivClassName
{
background-color: #76DBDE;
}
.BgClassName
{
background-color: #76DBDE;
}
</style>
border-color css
<style>
span { border-color: #76DBDE; }
span { border-color: rgb(118,219,222); }
td.TdClassName
{
border-color: #76DBDE;
}
.TagClassName
{
border-color: #76DBDE;
}
</style>