Shades of Turquoise Blue #76DCF2
Tints of Turquoise Blue #76DCF2
RGB
CMYK
RGB Variations
Color information
#76DCF2 (or 0x76DCF2) is known color: Turquoise Blue. HEX triplet: 76, DC and F2. RGB value is (118,220,242). Sum of RGB (Red+Green+Blue) = 118+220+242=580 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.34% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #76DCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DCF2 is #89230D. Grayscale: #BFBFBF. Windows color (decimal): -8987406 or 15916150. OLE color: 15916150.
HSL color Cylindrical-coordinate representation of color #76DCF2: hue angle of 190.65º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76DCF2 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 220 | 242 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.05 |
| HSL | 190.65º | 0.83% | 0.71% | - |
| HSV(B) | 190.65º | 0.51% | 0.95% | - |
| XYZ | 49.09 | 61.45 | 93.28 | - |
| YUV | 192.01 | 156.21 | 75.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 242 | 0.51 | 0.09 | 0 | 0.05 | 190.65 | 0.83 | 0.71 |
| Hex | 76 | DC | F2 | 33 | 9 | 0 | 5 | BF | 53 | 47 |
| Octal | 166 | 334 | 362 | 63 | 11 | 0 | 5 | 277 | 123 | 107 |
| Binary | 1110110 | 11011100 | 11110010 | 110011 | 1001 | 0 | 101 | 10111111 | 1010011 | 1000111 |
Color Harmonies of #76DCF2
Complementary color
Monochromatic Colors of #76DCF2
Black with #76DCF2
Text Example
Text Example
White with #76DCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DCF2; }
p { color: rgb(118,220,242); }
H1.HeaderClassName
{
color: #76DCF2;
}
.AnyTagClassName
{
color: #76DCF2;
}
</style>
background-color css
<style>
a { background-color: #76DCF2; }
a { background-color: rgb(118,220,242); }
div.DivClassName
{
background-color: #76DCF2;
}
.BgClassName
{
background-color: #76DCF2;
}
</style>
border-color css
<style>
span { border-color: #76DCF2; }
span { border-color: rgb(118,220,242); }
td.TdClassName
{
border-color: #76DCF2;
}
.TagClassName
{
border-color: #76DCF2;
}
</style>