Shades of Turquoise Blue #76DFEC
Tints of Turquoise Blue #76DFEC
RGB
CMYK
RGB Variations
Color information
#76DFEC (or 0x76DFEC) is known color: Turquoise Blue. HEX triplet: 76, DF and EC. RGB value is (118,223,236). Sum of RGB (Red+Green+Blue) = 118+223+236=577 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.45% from 577); Green value is 223 (87.5% from 255 or 38.65% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #76DFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DFEC is #892013. Grayscale: #C0C0C0. Windows color (decimal): -8986644 or 15523702. OLE color: 15523702.
HSL color Cylindrical-coordinate representation of color #76DFEC: hue angle of 186.61º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76DFEC is Cyan = 0.5, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 223 | 236 | - |
| CMYK | 0.5 | 0.06 | 0 | 0.07 |
| HSL | 186.61º | 0.76% | 0.69% | - |
| HSV(B) | 186.61º | 0.5% | 0.93% | - |
| XYZ | 49 | 62.68 | 88.87 | - |
| YUV | 193.09 | 152.21 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 223 | 236 | 0.5 | 0.06 | 0 | 0.07 | 186.61 | 0.76 | 0.69 |
| Hex | 76 | DF | EC | 32 | 6 | 0 | 7 | BB | 4C | 45 |
| Octal | 166 | 337 | 354 | 62 | 6 | 0 | 7 | 273 | 114 | 105 |
| Binary | 1110110 | 11011111 | 11101100 | 110010 | 110 | 0 | 111 | 10111011 | 1001100 | 1000101 |
Color Harmonies of #76DFEC
Complementary color
Monochromatic Colors of #76DFEC
Black with #76DFEC
Text Example
Text Example
White with #76DFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DFEC; }
p { color: rgb(118,223,236); }
H1.HeaderClassName
{
color: #76DFEC;
}
.AnyTagClassName
{
color: #76DFEC;
}
</style>
background-color css
<style>
a { background-color: #76DFEC; }
a { background-color: rgb(118,223,236); }
div.DivClassName
{
background-color: #76DFEC;
}
.BgClassName
{
background-color: #76DFEC;
}
</style>
border-color css
<style>
span { border-color: #76DFEC; }
span { border-color: rgb(118,223,236); }
td.TdClassName
{
border-color: #76DFEC;
}
.TagClassName
{
border-color: #76DFEC;
}
</style>