Shades of Turquoise Blue #76D7DF
Tints of Turquoise Blue #76D7DF
RGB
CMYK
RGB Variations
Color information
#76D7DF (or 0x76D7DF) is known color: Turquoise Blue. HEX triplet: 76, D7 and DF. RGB value is (118,215,223). Sum of RGB (Red+Green+Blue) = 118+215+223=556 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.22% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #76D7DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D7DF is #892820. Grayscale: #BABABA. Windows color (decimal): -8988705 or 14669686. OLE color: 14669686.
HSL color Cylindrical-coordinate representation of color #76D7DF: hue angle of 184.57º 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 #76D7DF is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 215 | 223 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.13 |
| HSL | 184.57º | 0.62% | 0.67% | - |
| HSV(B) | 184.57º | 0.47% | 0.87% | - |
| XYZ | 45.09 | 57.78 | 78.59 | - |
| YUV | 186.91 | 148.36 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 215 | 223 | 0.47 | 0.04 | 0 | 0.13 | 184.57 | 0.62 | 0.67 |
| Hex | 76 | D7 | DF | 2F | 4 | 0 | D | B9 | 3E | 43 |
| Octal | 166 | 327 | 337 | 57 | 4 | 0 | 15 | 271 | 76 | 103 |
| Binary | 1110110 | 11010111 | 11011111 | 101111 | 100 | 0 | 1101 | 10111001 | 111110 | 1000011 |
Color Harmonies of #76D7DF
Complementary color
Monochromatic Colors of #76D7DF
Black with #76D7DF
Text Example
Text Example
White with #76D7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D7DF; }
p { color: rgb(118,215,223); }
H1.HeaderClassName
{
color: #76D7DF;
}
.AnyTagClassName
{
color: #76D7DF;
}
</style>
background-color css
<style>
a { background-color: #76D7DF; }
a { background-color: rgb(118,215,223); }
div.DivClassName
{
background-color: #76D7DF;
}
.BgClassName
{
background-color: #76D7DF;
}
</style>
border-color css
<style>
span { border-color: #76D7DF; }
span { border-color: rgb(118,215,223); }
td.TdClassName
{
border-color: #76D7DF;
}
.TagClassName
{
border-color: #76D7DF;
}
</style>