Shades of Medium Turquoise #51D0BA
Tints of Medium Turquoise #51D0BA
RGB
CMYK
RGB Variations
Color information
#51D0BA (or 0x51D0BA) is known color: Medium Turquoise. HEX triplet: 51, D0 and BA. RGB value is (81,208,186). Sum of RGB (Red+Green+Blue) = 81+208+186=475 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.05% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 208 - color contains mainly: green. Hex color #51D0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51D0BA is #AE2F45. Grayscale: #A7A7A7. Windows color (decimal): -11415366 or 12243025. OLE color: 12243025.
HSL color Cylindrical-coordinate representation of color #51D0BA: hue angle of 169.61º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51D0BA is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 208 | 186 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.18 |
| HSL | 169.61º | 0.57% | 0.57% | - |
| HSV(B) | 169.61º | 0.61% | 0.82% | - |
| XYZ | 34.81 | 50.41 | 54.35 | - |
| YUV | 167.52 | 138.42 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 208 | 186 | 0.61 | 0 | 0.11 | 0.18 | 169.61 | 0.57 | 0.57 |
| Hex | 51 | D0 | BA | 3D | 0 | B | 12 | AA | 39 | 39 |
| Octal | 121 | 320 | 272 | 75 | 0 | 13 | 22 | 252 | 71 | 71 |
| Binary | 1010001 | 11010000 | 10111010 | 111101 | 0 | 1011 | 10010 | 10101010 | 111001 | 111001 |
Color Harmonies of #51D0BA
Complementary color
Monochromatic Colors of #51D0BA
Black with #51D0BA
Text Example
Text Example
White with #51D0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D0BA; }
p { color: rgb(81,208,186); }
H1.HeaderClassName
{
color: #51D0BA;
}
.AnyTagClassName
{
color: #51D0BA;
}
</style>
background-color css
<style>
a { background-color: #51D0BA; }
a { background-color: rgb(81,208,186); }
div.DivClassName
{
background-color: #51D0BA;
}
.BgClassName
{
background-color: #51D0BA;
}
</style>
border-color css
<style>
span { border-color: #51D0BA; }
span { border-color: rgb(81,208,186); }
td.TdClassName
{
border-color: #51D0BA;
}
.TagClassName
{
border-color: #51D0BA;
}
</style>