Shades of Medium Turquoise #51DABB
Tints of Medium Turquoise #51DABB
RGB
CMYK
RGB Variations
Color information
#51DABB (or 0x51DABB) is known color: Medium Turquoise. HEX triplet: 51, DA and BB. RGB value is (81,218,187). Sum of RGB (Red+Green+Blue) = 81+218+187=486 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.67% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #51DABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DABB is #AE2544. Grayscale: #ADADAD. Windows color (decimal): -11412805 or 12311121. OLE color: 12311121.
HSL color Cylindrical-coordinate representation of color #51DABB: hue angle of 166.42º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51DABB is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 218 | 187 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.15 |
| HSL | 166.42º | 0.65% | 0.59% | - |
| HSV(B) | 166.42º | 0.63% | 0.85% | - |
| XYZ | 37.43 | 55.48 | 55.75 | - |
| YUV | 173.5 | 135.61 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 218 | 187 | 0.63 | 0 | 0.14 | 0.15 | 166.42 | 0.65 | 0.59 |
| Hex | 51 | DA | BB | 3F | 0 | E | F | A6 | 41 | 3B |
| Octal | 121 | 332 | 273 | 77 | 0 | 16 | 17 | 246 | 101 | 73 |
| Binary | 1010001 | 11011010 | 10111011 | 111111 | 0 | 1110 | 1111 | 10100110 | 1000001 | 111011 |
Color Harmonies of #51DABB
Complementary color
Monochromatic Colors of #51DABB
Black with #51DABB
Text Example
Text Example
White with #51DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DABB; }
p { color: rgb(81,218,187); }
H1.HeaderClassName
{
color: #51DABB;
}
.AnyTagClassName
{
color: #51DABB;
}
</style>
background-color css
<style>
a { background-color: #51DABB; }
a { background-color: rgb(81,218,187); }
div.DivClassName
{
background-color: #51DABB;
}
.BgClassName
{
background-color: #51DABB;
}
</style>
border-color css
<style>
span { border-color: #51DABB; }
span { border-color: rgb(81,218,187); }
td.TdClassName
{
border-color: #51DABB;
}
.TagClassName
{
border-color: #51DABB;
}
</style>