Shades of Turquoise Blue #76DCF6
Tints of Turquoise Blue #76DCF6
RGB
CMYK
RGB Variations
Color information
#76DCF6 (or 0x76DCF6) is known color: Turquoise Blue. HEX triplet: 76, DC and F6. RGB value is (118,220,246). Sum of RGB (Red+Green+Blue) = 118+220+246=584 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.21% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 246 (96.48% from 255 or 42.12% from 584); Max value from RGB is 246 - color contains mainly: blue. Hex color #76DCF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DCF6 is #892309. Grayscale: #C0C0C0. Windows color (decimal): -8987402 or 16178294. OLE color: 16178294.
HSL color Cylindrical-coordinate representation of color #76DCF6: hue angle of 192.19º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76DCF6 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 220 | 246 | - |
| CMYK | 0.52 | 0.11 | 0 | 0.04 |
| HSL | 192.19º | 0.88% | 0.71% | - |
| HSV(B) | 192.19º | 0.52% | 0.96% | - |
| XYZ | 49.7 | 61.69 | 96.48 | - |
| YUV | 192.47 | 158.21 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 246 | 0.52 | 0.11 | 0 | 0.04 | 192.19 | 0.88 | 0.71 |
| Hex | 76 | DC | F6 | 34 | B | 0 | 4 | C0 | 58 | 47 |
| Octal | 166 | 334 | 366 | 64 | 13 | 0 | 4 | 300 | 130 | 107 |
| Binary | 1110110 | 11011100 | 11110110 | 110100 | 1011 | 0 | 100 | 11000000 | 1011000 | 1000111 |
Color Harmonies of #76DCF6
Complementary color
Monochromatic Colors of #76DCF6
Black with #76DCF6
Text Example
Text Example
White with #76DCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DCF6; }
p { color: rgb(118,220,246); }
H1.HeaderClassName
{
color: #76DCF6;
}
.AnyTagClassName
{
color: #76DCF6;
}
</style>
background-color css
<style>
a { background-color: #76DCF6; }
a { background-color: rgb(118,220,246); }
div.DivClassName
{
background-color: #76DCF6;
}
.BgClassName
{
background-color: #76DCF6;
}
</style>
border-color css
<style>
span { border-color: #76DCF6; }
span { border-color: rgb(118,220,246); }
td.TdClassName
{
border-color: #76DCF6;
}
.TagClassName
{
border-color: #76DCF6;
}
</style>