Shades of Medium Turquoise #51C5BD
Tints of Medium Turquoise #51C5BD
RGB
CMYK
RGB Variations
Color information
#51C5BD (or 0x51C5BD) is known color: Medium Turquoise. HEX triplet: 51, C5 and BD. RGB value is (81,197,189). Sum of RGB (Red+Green+Blue) = 81+197+189=467 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.34% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #51C5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C5BD is #AE3A42. Grayscale: #A1A1A1. Windows color (decimal): -11418179 or 12436817. OLE color: 12436817.
HSL color Cylindrical-coordinate representation of color #51C5BD: hue angle of 175.86º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51C5BD is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 81 | 197 | 189 | - |
| CMYK | 0.59 | 0 | 0.04 | 0.23 |
| HSL | 175.86º | 0.5% | 0.55% | - |
| HSV(B) | 175.86º | 0.59% | 0.77% | - |
| XYZ | 32.54 | 45.36 | 55.18 | - |
| YUV | 161.4 | 143.57 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 197 | 189 | 0.59 | 0 | 0.04 | 0.23 | 175.86 | 0.5 | 0.55 |
| Hex | 51 | C5 | BD | 3B | 0 | 4 | 17 | B0 | 32 | 37 |
| Octal | 121 | 305 | 275 | 73 | 0 | 4 | 27 | 260 | 62 | 67 |
| Binary | 1010001 | 11000101 | 10111101 | 111011 | 0 | 100 | 10111 | 10110000 | 110010 | 110111 |
Color Harmonies of #51C5BD
Complementary color
Monochromatic Colors of #51C5BD
Black with #51C5BD
Text Example
Text Example
White with #51C5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C5BD; }
p { color: rgb(81,197,189); }
H1.HeaderClassName
{
color: #51C5BD;
}
.AnyTagClassName
{
color: #51C5BD;
}
</style>
background-color css
<style>
a { background-color: #51C5BD; }
a { background-color: rgb(81,197,189); }
div.DivClassName
{
background-color: #51C5BD;
}
.BgClassName
{
background-color: #51C5BD;
}
</style>
border-color css
<style>
span { border-color: #51C5BD; }
span { border-color: rgb(81,197,189); }
td.TdClassName
{
border-color: #51C5BD;
}
.TagClassName
{
border-color: #51C5BD;
}
</style>