Shades of Turquoise Blue #76DCEA
Tints of Turquoise Blue #76DCEA
RGB
CMYK
RGB Variations
Color information
#76DCEA (or 0x76DCEA) is known color: Turquoise Blue. HEX triplet: 76, DC and EA. RGB value is (118,220,234). Sum of RGB (Red+Green+Blue) = 118+220+234=572 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.63% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #76DCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DCEA is #892315. Grayscale: #BEBEBE. Windows color (decimal): -8987414 or 15391862. OLE color: 15391862.
HSL color Cylindrical-coordinate representation of color #76DCEA: hue angle of 187.24º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76DCEA is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 220 | 234 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.08 |
| HSL | 187.24º | 0.73% | 0.69% | - |
| HSV(B) | 187.24º | 0.5% | 0.92% | - |
| XYZ | 47.92 | 60.98 | 87.09 | - |
| YUV | 191.1 | 152.21 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 234 | 0.50 | 0.06 | 0 | 0.08 | 187.24 | 0.73 | 0.69 |
| Hex | 76 | DC | EA | 32 | 6 | 0 | 8 | BB | 49 | 45 |
| Octal | 166 | 334 | 352 | 62 | 6 | 0 | 10 | 273 | 111 | 105 |
| Binary | 1110110 | 11011100 | 11101010 | 110010 | 110 | 0 | 1000 | 10111011 | 1001001 | 1000101 |
Color Harmonies of #76DCEA
Complementary color
Monochromatic Colors of #76DCEA
Black with #76DCEA
Text Example
Text Example
White with #76DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DCEA; }
p { color: rgb(118,220,234); }
H1.HeaderClassName
{
color: #76DCEA;
}
.AnyTagClassName
{
color: #76DCEA;
}
</style>
background-color css
<style>
a { background-color: #76DCEA; }
a { background-color: rgb(118,220,234); }
div.DivClassName
{
background-color: #76DCEA;
}
.BgClassName
{
background-color: #76DCEA;
}
</style>
border-color css
<style>
span { border-color: #76DCEA; }
span { border-color: rgb(118,220,234); }
td.TdClassName
{
border-color: #76DCEA;
}
.TagClassName
{
border-color: #76DCEA;
}
</style>