Shades of Turquoise Blue #76EFE6
Tints of Turquoise Blue #76EFE6
RGB
CMYK
RGB Variations
Color information
#76EFE6 (or 0x76EFE6) is known color: Turquoise Blue. HEX triplet: 76, EF and E6. RGB value is (118,239,230). Sum of RGB (Red+Green+Blue) = 118+239+230=587 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.10% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 230 (90.23% from 255 or 39.18% from 587); Max value from RGB is 239 - color contains mainly: green. Hex color #76EFE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76EFE6 is #891019. Grayscale: #C9C9C9. Windows color (decimal): -8982554 or 15134582. OLE color: 15134582.
HSL color Cylindrical-coordinate representation of color #76EFE6: hue angle of 175.54º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76EFE6 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 239 | 230 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.06 |
| HSL | 175.54º | 0.79% | 0.7% | - |
| HSV(B) | 175.54º | 0.51% | 0.94% | - |
| XYZ | 52.62 | 71.3 | 85.85 | - |
| YUV | 201.8 | 143.91 | 68.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 239 | 230 | 0.51 | 0 | 0.04 | 0.06 | 175.54 | 0.79 | 0.7 |
| Hex | 76 | EF | E6 | 33 | 0 | 4 | 6 | B0 | 4F | 46 |
| Octal | 166 | 357 | 346 | 63 | 0 | 4 | 6 | 260 | 117 | 106 |
| Binary | 1110110 | 11101111 | 11100110 | 110011 | 0 | 100 | 110 | 10110000 | 1001111 | 1000110 |
Color Harmonies of #76EFE6
Complementary color
Monochromatic Colors of #76EFE6
Black with #76EFE6
Text Example
Text Example
White with #76EFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EFE6; }
p { color: rgb(118,239,230); }
H1.HeaderClassName
{
color: #76EFE6;
}
.AnyTagClassName
{
color: #76EFE6;
}
</style>
background-color css
<style>
a { background-color: #76EFE6; }
a { background-color: rgb(118,239,230); }
div.DivClassName
{
background-color: #76EFE6;
}
.BgClassName
{
background-color: #76EFE6;
}
</style>
border-color css
<style>
span { border-color: #76EFE6; }
span { border-color: rgb(118,239,230); }
td.TdClassName
{
border-color: #76EFE6;
}
.TagClassName
{
border-color: #76EFE6;
}
</style>