Shades of Medium Turquoise #51D5D9
Tints of Medium Turquoise #51D5D9
RGB
CMYK
RGB Variations
Color information
#51D5D9 (or 0x51D5D9) is known color: Medium Turquoise. HEX triplet: 51, D5 and D9. RGB value is (81,213,217). Sum of RGB (Red+Green+Blue) = 81+213+217=511 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.85% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 217 - color contains mainly: blue. Hex color #51D5D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51D5D9 is #AE2A26. Grayscale: #ADADAD. Windows color (decimal): -11414055 or 14275921. OLE color: 14275921.
HSL color Cylindrical-coordinate representation of color #51D5D9: hue angle of 181.76º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51D5D9 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 213 | 217 | - |
| CMYK | 0.63 | 0.02 | 0 | 0.15 |
| HSL | 181.76º | 0.64% | 0.58% | - |
| HSV(B) | 181.76º | 0.63% | 0.85% | - |
| XYZ | 39.71 | 54.35 | 74.04 | - |
| YUV | 173.99 | 152.27 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 213 | 217 | 0.63 | 0.02 | 0 | 0.15 | 181.76 | 0.64 | 0.58 |
| Hex | 51 | D5 | D9 | 3F | 2 | 0 | F | B6 | 40 | 3A |
| Octal | 121 | 325 | 331 | 77 | 2 | 0 | 17 | 266 | 100 | 72 |
| Binary | 1010001 | 11010101 | 11011001 | 111111 | 10 | 0 | 1111 | 10110110 | 1000000 | 111010 |
Color Harmonies of #51D5D9
Complementary color
Monochromatic Colors of #51D5D9
Black with #51D5D9
Text Example
Text Example
White with #51D5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D5D9; }
p { color: rgb(81,213,217); }
H1.HeaderClassName
{
color: #51D5D9;
}
.AnyTagClassName
{
color: #51D5D9;
}
</style>
background-color css
<style>
a { background-color: #51D5D9; }
a { background-color: rgb(81,213,217); }
div.DivClassName
{
background-color: #51D5D9;
}
.BgClassName
{
background-color: #51D5D9;
}
</style>
border-color css
<style>
span { border-color: #51D5D9; }
span { border-color: rgb(81,213,217); }
td.TdClassName
{
border-color: #51D5D9;
}
.TagClassName
{
border-color: #51D5D9;
}
</style>