Shades of Turquoise Blue #76DAF2
Tints of Turquoise Blue #76DAF2
RGB
CMYK
RGB Variations
Color information
#76DAF2 (or 0x76DAF2) is known color: Turquoise Blue. HEX triplet: 76, DA and F2. RGB value is (118,218,242). Sum of RGB (Red+Green+Blue) = 118+218+242=578 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.42% from 578); Green value is 218 (85.55% from 255 or 37.72% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: blue. Hex color #76DAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DAF2 is #89250D. Grayscale: #BEBEBE. Windows color (decimal): -8987918 or 15915638. OLE color: 15915638.
HSL color Cylindrical-coordinate representation of color #76DAF2: hue angle of 191.61º 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 #76DAF2 is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 218 | 242 | - |
| CMYK | 0.51 | 0.10 | 0 | 0.05 |
| HSL | 191.61º | 0.83% | 0.71% | - |
| HSV(B) | 191.61º | 0.51% | 0.95% | - |
| XYZ | 48.57 | 60.41 | 93.1 | - |
| YUV | 190.84 | 156.87 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 218 | 242 | 0.51 | 0.10 | 0 | 0.05 | 191.61 | 0.83 | 0.71 |
| Hex | 76 | DA | F2 | 33 | A | 0 | 5 | C0 | 53 | 47 |
| Octal | 166 | 332 | 362 | 63 | 12 | 0 | 5 | 300 | 123 | 107 |
| Binary | 1110110 | 11011010 | 11110010 | 110011 | 1010 | 0 | 101 | 11000000 | 1010011 | 1000111 |
Color Harmonies of #76DAF2
Complementary color
Monochromatic Colors of #76DAF2
Black with #76DAF2
Text Example
Text Example
White with #76DAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DAF2; }
p { color: rgb(118,218,242); }
H1.HeaderClassName
{
color: #76DAF2;
}
.AnyTagClassName
{
color: #76DAF2;
}
</style>
background-color css
<style>
a { background-color: #76DAF2; }
a { background-color: rgb(118,218,242); }
div.DivClassName
{
background-color: #76DAF2;
}
.BgClassName
{
background-color: #76DAF2;
}
</style>
border-color css
<style>
span { border-color: #76DAF2; }
span { border-color: rgb(118,218,242); }
td.TdClassName
{
border-color: #76DAF2;
}
.TagClassName
{
border-color: #76DAF2;
}
</style>