Shades of Medium Turquoise #51C2B9
Tints of Medium Turquoise #51C2B9
RGB
CMYK
RGB Variations
Color information
#51C2B9 (or 0x51C2B9) is known color: Medium Turquoise. HEX triplet: 51, C2 and B9. RGB value is (81,194,185). Sum of RGB (Red+Green+Blue) = 81+194+185=460 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.61% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 185 (72.66% from 255 or 40.22% from 460); Max value from RGB is 194 - color contains mainly: green. Hex color #51C2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C2B9 is #AE3D46. Grayscale: #9F9F9F. Windows color (decimal): -11418951 or 12173905. OLE color: 12173905.
HSL color Cylindrical-coordinate representation of color #51C2B9: hue angle of 175.22º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51C2B9 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 194 | 185 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.24 |
| HSL | 175.22º | 0.48% | 0.54% | - |
| HSV(B) | 175.22º | 0.58% | 0.76% | - |
| XYZ | 31.44 | 43.84 | 52.7 | - |
| YUV | 159.19 | 142.56 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 194 | 185 | 0.58 | 0 | 0.05 | 0.24 | 175.22 | 0.48 | 0.54 |
| Hex | 51 | C2 | B9 | 3A | 0 | 5 | 18 | AF | 30 | 36 |
| Octal | 121 | 302 | 271 | 72 | 0 | 5 | 30 | 257 | 60 | 66 |
| Binary | 1010001 | 11000010 | 10111001 | 111010 | 0 | 101 | 11000 | 10101111 | 110000 | 110110 |
Color Harmonies of #51C2B9
Complementary color
Monochromatic Colors of #51C2B9
Black with #51C2B9
Text Example
Text Example
White with #51C2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C2B9; }
p { color: rgb(81,194,185); }
H1.HeaderClassName
{
color: #51C2B9;
}
.AnyTagClassName
{
color: #51C2B9;
}
</style>
background-color css
<style>
a { background-color: #51C2B9; }
a { background-color: rgb(81,194,185); }
div.DivClassName
{
background-color: #51C2B9;
}
.BgClassName
{
background-color: #51C2B9;
}
</style>
border-color css
<style>
span { border-color: #51C2B9; }
span { border-color: rgb(81,194,185); }
td.TdClassName
{
border-color: #51C2B9;
}
.TagClassName
{
border-color: #51C2B9;
}
</style>