Shades of Turquoise #51E0BC
Tints of Turquoise #51E0BC
RGB
CMYK
RGB Variations
Color information
#51E0BC (or 0x51E0BC) is known color: Turquoise. HEX triplet: 51, E0 and BC. RGB value is (81,224,188). Sum of RGB (Red+Green+Blue) = 81+224+188=493 (65% of max value = 765). Red value is 81 (32.03% from 255 or 16.43% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #51E0BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51E0BC is #AE1F43. Grayscale: #B1B1B1. Windows color (decimal): -11411268 or 12378193. OLE color: 12378193.
HSL color Cylindrical-coordinate representation of color #51E0BC: hue angle of 164.9º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51E0BC is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 81 | 224 | 188 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.12 |
| HSL | 164.9º | 0.7% | 0.6% | - |
| HSV(B) | 164.9º | 0.64% | 0.88% | - |
| XYZ | 39.13 | 58.69 | 56.84 | - |
| YUV | 177.14 | 134.12 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 224 | 188 | 0.64 | 0 | 0.16 | 0.12 | 164.9 | 0.7 | 0.6 |
| Hex | 51 | E0 | BC | 40 | 0 | 10 | C | A5 | 46 | 3C |
| Octal | 121 | 340 | 274 | 100 | 0 | 20 | 14 | 245 | 106 | 74 |
| Binary | 1010001 | 11100000 | 10111100 | 1000000 | 0 | 10000 | 1100 | 10100101 | 1000110 | 111100 |
Color Harmonies of #51E0BC
Complementary color
Monochromatic Colors of #51E0BC
Black with #51E0BC
Text Example
Text Example
White with #51E0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E0BC; }
p { color: rgb(81,224,188); }
H1.HeaderClassName
{
color: #51E0BC;
}
.AnyTagClassName
{
color: #51E0BC;
}
</style>
background-color css
<style>
a { background-color: #51E0BC; }
a { background-color: rgb(81,224,188); }
div.DivClassName
{
background-color: #51E0BC;
}
.BgClassName
{
background-color: #51E0BC;
}
</style>
border-color css
<style>
span { border-color: #51E0BC; }
span { border-color: rgb(81,224,188); }
td.TdClassName
{
border-color: #51E0BC;
}
.TagClassName
{
border-color: #51E0BC;
}
</style>