Shades of Medium Turquoise #51D8D0
Tints of Medium Turquoise #51D8D0
RGB
CMYK
RGB Variations
Color information
#51D8D0 (or 0x51D8D0) is known color: Medium Turquoise. HEX triplet: 51, D8 and D0. RGB value is (81,216,208). Sum of RGB (Red+Green+Blue) = 81+216+208=505 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.04% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 216 - color contains mainly: green. Hex color #51D8D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51D8D0 is #AE272F. Grayscale: #AEAEAE. Windows color (decimal): -11413296 or 13686865. OLE color: 13686865.
HSL color Cylindrical-coordinate representation of color #51D8D0: hue angle of 176.44º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51D8D0 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 216 | 208 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.15 |
| HSL | 176.44º | 0.63% | 0.58% | - |
| HSV(B) | 176.44º | 0.63% | 0.85% | - |
| XYZ | 39.33 | 55.42 | 68.3 | - |
| YUV | 174.72 | 146.77 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 216 | 208 | 0.62 | 0 | 0.04 | 0.15 | 176.44 | 0.63 | 0.58 |
| Hex | 51 | D8 | D0 | 3E | 0 | 4 | F | B0 | 3F | 3A |
| Octal | 121 | 330 | 320 | 76 | 0 | 4 | 17 | 260 | 77 | 72 |
| Binary | 1010001 | 11011000 | 11010000 | 111110 | 0 | 100 | 1111 | 10110000 | 111111 | 111010 |
Color Harmonies of #51D8D0
Complementary color
Monochromatic Colors of #51D8D0
Black with #51D8D0
Text Example
Text Example
White with #51D8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D8D0; }
p { color: rgb(81,216,208); }
H1.HeaderClassName
{
color: #51D8D0;
}
.AnyTagClassName
{
color: #51D8D0;
}
</style>
background-color css
<style>
a { background-color: #51D8D0; }
a { background-color: rgb(81,216,208); }
div.DivClassName
{
background-color: #51D8D0;
}
.BgClassName
{
background-color: #51D8D0;
}
</style>
border-color css
<style>
span { border-color: #51D8D0; }
span { border-color: rgb(81,216,208); }
td.TdClassName
{
border-color: #51D8D0;
}
.TagClassName
{
border-color: #51D8D0;
}
</style>