Shades of Medium Turquoise #51C1BC
Tints of Medium Turquoise #51C1BC
RGB
CMYK
RGB Variations
Color information
#51C1BC (or 0x51C1BC) is known color: Medium Turquoise. HEX triplet: 51, C1 and BC. RGB value is (81,193,188). Sum of RGB (Red+Green+Blue) = 81+193+188=462 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.53% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 193 - color contains mainly: green. Hex color #51C1BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C1BC is #AE3E43. Grayscale: #9E9E9E. Windows color (decimal): -11419204 or 12370257. OLE color: 12370257.
HSL color Cylindrical-coordinate representation of color #51C1BC: hue angle of 177.32º degrees, saturation: 0.47, 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 #51C1BC is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 193 | 188 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.24 |
| HSL | 177.32º | 0.47% | 0.54% | - |
| HSV(B) | 177.32º | 0.58% | 0.76% | - |
| XYZ | 31.54 | 43.52 | 54.31 | - |
| YUV | 158.94 | 144.39 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 193 | 188 | 0.58 | 0 | 0.03 | 0.24 | 177.32 | 0.47 | 0.54 |
| Hex | 51 | C1 | BC | 3A | 0 | 3 | 18 | B1 | 2F | 36 |
| Octal | 121 | 301 | 274 | 72 | 0 | 3 | 30 | 261 | 57 | 66 |
| Binary | 1010001 | 11000001 | 10111100 | 111010 | 0 | 11 | 11000 | 10110001 | 101111 | 110110 |
Color Harmonies of #51C1BC
Complementary color
Monochromatic Colors of #51C1BC
Black with #51C1BC
Text Example
Text Example
White with #51C1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C1BC; }
p { color: rgb(81,193,188); }
H1.HeaderClassName
{
color: #51C1BC;
}
.AnyTagClassName
{
color: #51C1BC;
}
</style>
background-color css
<style>
a { background-color: #51C1BC; }
a { background-color: rgb(81,193,188); }
div.DivClassName
{
background-color: #51C1BC;
}
.BgClassName
{
background-color: #51C1BC;
}
</style>
border-color css
<style>
span { border-color: #51C1BC; }
span { border-color: rgb(81,193,188); }
td.TdClassName
{
border-color: #51C1BC;
}
.TagClassName
{
border-color: #51C1BC;
}
</style>