Shades of Turquoise Blue #76DCD9
Tints of Turquoise Blue #76DCD9
RGB
CMYK
RGB Variations
Color information
#76DCD9 (or 0x76DCD9) is known color: Turquoise Blue. HEX triplet: 76, DC and D9. RGB value is (118,220,217). Sum of RGB (Red+Green+Blue) = 118+220+217=555 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.26% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 217 (85.16% from 255 or 39.10% from 555); Max value from RGB is 220 - color contains mainly: green. Hex color #76DCD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DCD9 is #892326. Grayscale: #BDBDBD. Windows color (decimal): -8987431 or 14277750. OLE color: 14277750.
HSL color Cylindrical-coordinate representation of color #76DCD9: hue angle of 178.24º degrees, saturation: 0.59, 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 #76DCD9 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 220 | 217 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.14 |
| HSL | 178.24º | 0.59% | 0.66% | - |
| HSV(B) | 178.24º | 0.46% | 0.86% | - |
| XYZ | 45.59 | 60.05 | 74.83 | - |
| YUV | 189.16 | 143.71 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 217 | 0.46 | 0 | 0.01 | 0.14 | 178.24 | 0.59 | 0.66 |
| Hex | 76 | DC | D9 | 2E | 0 | 1 | E | B2 | 3B | 42 |
| Octal | 166 | 334 | 331 | 56 | 0 | 1 | 16 | 262 | 73 | 102 |
| Binary | 1110110 | 11011100 | 11011001 | 101110 | 0 | 1 | 1110 | 10110010 | 111011 | 1000010 |
Color Harmonies of #76DCD9
Complementary color
Monochromatic Colors of #76DCD9
Black with #76DCD9
Text Example
Text Example
White with #76DCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DCD9; }
p { color: rgb(118,220,217); }
H1.HeaderClassName
{
color: #76DCD9;
}
.AnyTagClassName
{
color: #76DCD9;
}
</style>
background-color css
<style>
a { background-color: #76DCD9; }
a { background-color: rgb(118,220,217); }
div.DivClassName
{
background-color: #76DCD9;
}
.BgClassName
{
background-color: #76DCD9;
}
</style>
border-color css
<style>
span { border-color: #76DCD9; }
span { border-color: rgb(118,220,217); }
td.TdClassName
{
border-color: #76DCD9;
}
.TagClassName
{
border-color: #76DCD9;
}
</style>