Shades of Medium Turquoise #51DDD9
Tints of Medium Turquoise #51DDD9
RGB
CMYK
RGB Variations
Color information
#51DDD9 (or 0x51DDD9) is known color: Medium Turquoise. HEX triplet: 51, DD and D9. RGB value is (81,221,217). Sum of RGB (Red+Green+Blue) = 81+221+217=519 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.61% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #51DDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DDD9 is #AE2226. Grayscale: #B2B2B2. Windows color (decimal): -11412007 or 14277969. OLE color: 14277969.
HSL color Cylindrical-coordinate representation of color #51DDD9: hue angle of 178.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51DDD9 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 221 | 217 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.13 |
| HSL | 178.29º | 0.67% | 0.59% | - |
| HSV(B) | 178.29º | 0.63% | 0.87% | - |
| XYZ | 41.77 | 58.47 | 74.73 | - |
| YUV | 178.68 | 149.62 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 221 | 217 | 0.63 | 0 | 0.02 | 0.13 | 178.29 | 0.67 | 0.59 |
| Hex | 51 | DD | D9 | 3F | 0 | 2 | D | B2 | 43 | 3B |
| Octal | 121 | 335 | 331 | 77 | 0 | 2 | 15 | 262 | 103 | 73 |
| Binary | 1010001 | 11011101 | 11011001 | 111111 | 0 | 10 | 1101 | 10110010 | 1000011 | 111011 |
Color Harmonies of #51DDD9
Complementary color
Monochromatic Colors of #51DDD9
Black with #51DDD9
Text Example
Text Example
White with #51DDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DDD9; }
p { color: rgb(81,221,217); }
H1.HeaderClassName
{
color: #51DDD9;
}
.AnyTagClassName
{
color: #51DDD9;
}
</style>
background-color css
<style>
a { background-color: #51DDD9; }
a { background-color: rgb(81,221,217); }
div.DivClassName
{
background-color: #51DDD9;
}
.BgClassName
{
background-color: #51DDD9;
}
</style>
border-color css
<style>
span { border-color: #51DDD9; }
span { border-color: rgb(81,221,217); }
td.TdClassName
{
border-color: #51DDD9;
}
.TagClassName
{
border-color: #51DDD9;
}
</style>