Shades of Medium Turquoise #51BFBA
Tints of Medium Turquoise #51BFBA
RGB
CMYK
RGB Variations
Color information
#51BFBA (or 0x51BFBA) is known color: Medium Turquoise. HEX triplet: 51, BF and BA. RGB value is (81,191,186). Sum of RGB (Red+Green+Blue) = 81+191+186=458 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.69% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 191 - color contains mainly: green. Hex color #51BFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BFBA is #AE4045. Grayscale: #9D9D9D. Windows color (decimal): -11419718 or 12238673. OLE color: 12238673.
HSL color Cylindrical-coordinate representation of color #51BFBA: hue angle of 177.27º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51BFBA is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 191 | 186 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.25 |
| HSL | 177.27º | 0.46% | 0.53% | - |
| HSV(B) | 177.27º | 0.58% | 0.75% | - |
| XYZ | 30.89 | 42.56 | 53.04 | - |
| YUV | 157.54 | 144.06 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 191 | 186 | 0.58 | 0 | 0.03 | 0.25 | 177.27 | 0.46 | 0.53 |
| Hex | 51 | BF | BA | 3A | 0 | 3 | 19 | B1 | 2E | 35 |
| Octal | 121 | 277 | 272 | 72 | 0 | 3 | 31 | 261 | 56 | 65 |
| Binary | 1010001 | 10111111 | 10111010 | 111010 | 0 | 11 | 11001 | 10110001 | 101110 | 110101 |
Color Harmonies of #51BFBA
Complementary color
Monochromatic Colors of #51BFBA
Black with #51BFBA
Text Example
Text Example
White with #51BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BFBA; }
p { color: rgb(81,191,186); }
H1.HeaderClassName
{
color: #51BFBA;
}
.AnyTagClassName
{
color: #51BFBA;
}
</style>
background-color css
<style>
a { background-color: #51BFBA; }
a { background-color: rgb(81,191,186); }
div.DivClassName
{
background-color: #51BFBA;
}
.BgClassName
{
background-color: #51BFBA;
}
</style>
border-color css
<style>
span { border-color: #51BFBA; }
span { border-color: rgb(81,191,186); }
td.TdClassName
{
border-color: #51BFBA;
}
.TagClassName
{
border-color: #51BFBA;
}
</style>