Shades of Medium Turquoise #51D0BD
Tints of Medium Turquoise #51D0BD
RGB
CMYK
RGB Variations
Color information
#51D0BD (or 0x51D0BD) is known color: Medium Turquoise. HEX triplet: 51, D0 and BD. RGB value is (81,208,189). Sum of RGB (Red+Green+Blue) = 81+208+189=478 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.95% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #51D0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51D0BD is #AE2F42. Grayscale: #A7A7A7. Windows color (decimal): -11415363 or 12439633. OLE color: 12439633.
HSL color Cylindrical-coordinate representation of color #51D0BD: hue angle of 171.02º 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 #51D0BD is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 208 | 189 | - |
| CMYK | 0.61 | 0 | 0.09 | 0.18 |
| HSL | 171.02º | 0.57% | 0.57% | - |
| HSV(B) | 171.02º | 0.61% | 0.82% | - |
| XYZ | 35.13 | 50.54 | 56.05 | - |
| YUV | 167.86 | 139.92 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 208 | 189 | 0.61 | 0 | 0.09 | 0.18 | 171.02 | 0.57 | 0.57 |
| Hex | 51 | D0 | BD | 3D | 0 | 9 | 12 | AB | 39 | 39 |
| Octal | 121 | 320 | 275 | 75 | 0 | 11 | 22 | 253 | 71 | 71 |
| Binary | 1010001 | 11010000 | 10111101 | 111101 | 0 | 1001 | 10010 | 10101011 | 111001 | 111001 |
Color Harmonies of #51D0BD
Complementary color
Monochromatic Colors of #51D0BD
Black with #51D0BD
Text Example
Text Example
White with #51D0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D0BD; }
p { color: rgb(81,208,189); }
H1.HeaderClassName
{
color: #51D0BD;
}
.AnyTagClassName
{
color: #51D0BD;
}
</style>
background-color css
<style>
a { background-color: #51D0BD; }
a { background-color: rgb(81,208,189); }
div.DivClassName
{
background-color: #51D0BD;
}
.BgClassName
{
background-color: #51D0BD;
}
</style>
border-color css
<style>
span { border-color: #51D0BD; }
span { border-color: rgb(81,208,189); }
td.TdClassName
{
border-color: #51D0BD;
}
.TagClassName
{
border-color: #51D0BD;
}
</style>