Shades of Turquoise Blue #76DCEC
Tints of Turquoise Blue #76DCEC
RGB
CMYK
RGB Variations
Color information
#76DCEC (or 0x76DCEC) is known color: Turquoise Blue. HEX triplet: 76, DC and EC. RGB value is (118,220,236). Sum of RGB (Red+Green+Blue) = 118+220+236=574 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.56% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #76DCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DCEC is #892313. Grayscale: #BFBFBF. Windows color (decimal): -8987412 or 15522934. OLE color: 15522934.
HSL color Cylindrical-coordinate representation of color #76DCEC: hue angle of 188.14º 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 #76DCEC is Cyan = 0.5, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 220 | 236 | - |
| CMYK | 0.5 | 0.07 | 0 | 0.07 |
| HSL | 188.14º | 0.76% | 0.69% | - |
| HSV(B) | 188.14º | 0.5% | 0.93% | - |
| XYZ | 48.2 | 61.09 | 88.61 | - |
| YUV | 191.33 | 153.21 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 236 | 0.5 | 0.07 | 0 | 0.07 | 188.14 | 0.76 | 0.69 |
| Hex | 76 | DC | EC | 32 | 7 | 0 | 7 | BC | 4C | 45 |
| Octal | 166 | 334 | 354 | 62 | 7 | 0 | 7 | 274 | 114 | 105 |
| Binary | 1110110 | 11011100 | 11101100 | 110010 | 111 | 0 | 111 | 10111100 | 1001100 | 1000101 |
Color Harmonies of #76DCEC
Complementary color
Monochromatic Colors of #76DCEC
Black with #76DCEC
Text Example
Text Example
White with #76DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DCEC; }
p { color: rgb(118,220,236); }
H1.HeaderClassName
{
color: #76DCEC;
}
.AnyTagClassName
{
color: #76DCEC;
}
</style>
background-color css
<style>
a { background-color: #76DCEC; }
a { background-color: rgb(118,220,236); }
div.DivClassName
{
background-color: #76DCEC;
}
.BgClassName
{
background-color: #76DCEC;
}
</style>
border-color css
<style>
span { border-color: #76DCEC; }
span { border-color: rgb(118,220,236); }
td.TdClassName
{
border-color: #76DCEC;
}
.TagClassName
{
border-color: #76DCEC;
}
</style>