Shades of Turquoise Blue #76D7F1
Tints of Turquoise Blue #76D7F1
RGB
CMYK
RGB Variations
Color information
#76D7F1 (or 0x76D7F1) is known color: Turquoise Blue. HEX triplet: 76, D7 and F1. RGB value is (118,215,241). Sum of RGB (Red+Green+Blue) = 118+215+241=574 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.56% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 241 - color contains mainly: blue. Hex color #76D7F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D7F1 is #89280E. Grayscale: #BCBCBC. Windows color (decimal): -8988687 or 15849334. OLE color: 15849334.
HSL color Cylindrical-coordinate representation of color #76D7F1: hue angle of 192.68º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76D7F1 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 215 | 241 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.05 |
| HSL | 192.68º | 0.81% | 0.7% | - |
| HSV(B) | 192.68º | 0.51% | 0.95% | - |
| XYZ | 47.65 | 58.8 | 92.06 | - |
| YUV | 188.96 | 157.36 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 215 | 241 | 0.51 | 0.11 | 0 | 0.05 | 192.68 | 0.81 | 0.7 |
| Hex | 76 | D7 | F1 | 33 | B | 0 | 5 | C1 | 51 | 46 |
| Octal | 166 | 327 | 361 | 63 | 13 | 0 | 5 | 301 | 121 | 106 |
| Binary | 1110110 | 11010111 | 11110001 | 110011 | 1011 | 0 | 101 | 11000001 | 1010001 | 1000110 |
Color Harmonies of #76D7F1
Complementary color
Monochromatic Colors of #76D7F1
Black with #76D7F1
Text Example
Text Example
White with #76D7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D7F1; }
p { color: rgb(118,215,241); }
H1.HeaderClassName
{
color: #76D7F1;
}
.AnyTagClassName
{
color: #76D7F1;
}
</style>
background-color css
<style>
a { background-color: #76D7F1; }
a { background-color: rgb(118,215,241); }
div.DivClassName
{
background-color: #76D7F1;
}
.BgClassName
{
background-color: #76D7F1;
}
</style>
border-color css
<style>
span { border-color: #76D7F1; }
span { border-color: rgb(118,215,241); }
td.TdClassName
{
border-color: #76D7F1;
}
.TagClassName
{
border-color: #76D7F1;
}
</style>