Shades of Turquoise Blue #76DBDF
Tints of Turquoise Blue #76DBDF
RGB
CMYK
RGB Variations
Color information
#76DBDF (or 0x76DBDF) is known color: Turquoise Blue. HEX triplet: 76, DB and DF. RGB value is (118,219,223). Sum of RGB (Red+Green+Blue) = 118+219+223=560 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.07% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #76DBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DBDF is #892420. Grayscale: #BDBDBD. Windows color (decimal): -8987681 or 14670710. OLE color: 14670710.
HSL color Cylindrical-coordinate representation of color #76DBDF: hue angle of 182.29º degrees, saturation: 0.62, 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 #76DBDF is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 219 | 223 | - |
| CMYK | 0.47 | 0.02 | 0 | 0.13 |
| HSL | 182.29º | 0.62% | 0.67% | - |
| HSV(B) | 182.29º | 0.47% | 0.87% | - |
| XYZ | 46.12 | 59.84 | 78.93 | - |
| YUV | 189.26 | 147.04 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 219 | 223 | 0.47 | 0.02 | 0 | 0.13 | 182.29 | 0.62 | 0.67 |
| Hex | 76 | DB | DF | 2F | 2 | 0 | D | B6 | 3E | 43 |
| Octal | 166 | 333 | 337 | 57 | 2 | 0 | 15 | 266 | 76 | 103 |
| Binary | 1110110 | 11011011 | 11011111 | 101111 | 10 | 0 | 1101 | 10110110 | 111110 | 1000011 |
Color Harmonies of #76DBDF
Complementary color
Monochromatic Colors of #76DBDF
Black with #76DBDF
Text Example
Text Example
White with #76DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DBDF; }
p { color: rgb(118,219,223); }
H1.HeaderClassName
{
color: #76DBDF;
}
.AnyTagClassName
{
color: #76DBDF;
}
</style>
background-color css
<style>
a { background-color: #76DBDF; }
a { background-color: rgb(118,219,223); }
div.DivClassName
{
background-color: #76DBDF;
}
.BgClassName
{
background-color: #76DBDF;
}
</style>
border-color css
<style>
span { border-color: #76DBDF; }
span { border-color: rgb(118,219,223); }
td.TdClassName
{
border-color: #76DBDF;
}
.TagClassName
{
border-color: #76DBDF;
}
</style>