Shades of Turquoise Blue #76DEFC
Tints of Turquoise Blue #76DEFC
RGB
CMYK
RGB Variations
Color information
#76DEFC (or 0x76DEFC) is known color: Turquoise Blue. HEX triplet: 76, DE and FC. RGB value is (118,222,252). Sum of RGB (Red+Green+Blue) = 118+222+252=592 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.93% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #76DEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DEFC is #892103. Grayscale: #C2C2C2. Windows color (decimal): -8986884 or 16572022. OLE color: 16572022.
HSL color Cylindrical-coordinate representation of color #76DEFC: hue angle of 193.43º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76DEFC is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 222 | 252 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.01 |
| HSL | 193.43º | 0.96% | 0.73% | - |
| HSV(B) | 193.43º | 0.53% | 0.99% | - |
| XYZ | 51.16 | 63.12 | 101.58 | - |
| YUV | 194.32 | 160.54 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 222 | 252 | 0.53 | 0.12 | 0 | 0.01 | 193.43 | 0.96 | 0.73 |
| Hex | 76 | DE | FC | 35 | C | 0 | 1 | C1 | 60 | 49 |
| Octal | 166 | 336 | 374 | 65 | 14 | 0 | 1 | 301 | 140 | 111 |
| Binary | 1110110 | 11011110 | 11111100 | 110101 | 1100 | 0 | 1 | 11000001 | 1100000 | 1001001 |
Color Harmonies of #76DEFC
Complementary color
Monochromatic Colors of #76DEFC
Black with #76DEFC
Text Example
Text Example
White with #76DEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DEFC; }
p { color: rgb(118,222,252); }
H1.HeaderClassName
{
color: #76DEFC;
}
.AnyTagClassName
{
color: #76DEFC;
}
</style>
background-color css
<style>
a { background-color: #76DEFC; }
a { background-color: rgb(118,222,252); }
div.DivClassName
{
background-color: #76DEFC;
}
.BgClassName
{
background-color: #76DEFC;
}
</style>
border-color css
<style>
span { border-color: #76DEFC; }
span { border-color: rgb(118,222,252); }
td.TdClassName
{
border-color: #76DEFC;
}
.TagClassName
{
border-color: #76DEFC;
}
</style>