Shades of Medium Turquoise #51C8BC
Tints of Medium Turquoise #51C8BC
RGB
CMYK
RGB Variations
Color information
#51C8BC (or 0x51C8BC) is known color: Medium Turquoise. HEX triplet: 51, C8 and BC. RGB value is (81,200,188). Sum of RGB (Red+Green+Blue) = 81+200+188=469 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.27% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 200 - color contains mainly: green. Hex color #51C8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C8BC is #AE3743. Grayscale: #A2A2A2. Windows color (decimal): -11417412 or 12372049. OLE color: 12372049.
HSL color Cylindrical-coordinate representation of color #51C8BC: hue angle of 173.95º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51C8BC is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 81 | 200 | 188 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.22 |
| HSL | 173.95º | 0.52% | 0.55% | - |
| HSV(B) | 173.95º | 0.6% | 0.78% | - |
| XYZ | 33.12 | 46.69 | 54.84 | - |
| YUV | 163.05 | 142.08 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 200 | 188 | 0.59 | 0 | 0.06 | 0.22 | 173.95 | 0.52 | 0.55 |
| Hex | 51 | C8 | BC | 3B | 0 | 6 | 16 | AE | 34 | 37 |
| Octal | 121 | 310 | 274 | 73 | 0 | 6 | 26 | 256 | 64 | 67 |
| Binary | 1010001 | 11001000 | 10111100 | 111011 | 0 | 110 | 10110 | 10101110 | 110100 | 110111 |
Color Harmonies of #51C8BC
Complementary color
Monochromatic Colors of #51C8BC
Black with #51C8BC
Text Example
Text Example
White with #51C8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C8BC; }
p { color: rgb(81,200,188); }
H1.HeaderClassName
{
color: #51C8BC;
}
.AnyTagClassName
{
color: #51C8BC;
}
</style>
background-color css
<style>
a { background-color: #51C8BC; }
a { background-color: rgb(81,200,188); }
div.DivClassName
{
background-color: #51C8BC;
}
.BgClassName
{
background-color: #51C8BC;
}
</style>
border-color css
<style>
span { border-color: #51C8BC; }
span { border-color: rgb(81,200,188); }
td.TdClassName
{
border-color: #51C8BC;
}
.TagClassName
{
border-color: #51C8BC;
}
</style>