Shades of Medium Turquoise #51DADD
Tints of Medium Turquoise #51DADD
RGB
CMYK
RGB Variations
Color information
#51DADD (or 0x51DADD) is known color: Medium Turquoise. HEX triplet: 51, DA and DD. RGB value is (81,218,221). Sum of RGB (Red+Green+Blue) = 81+218+221=520 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.58% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #51DADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DADD is #AE2522. Grayscale: #B1B1B1. Windows color (decimal): -11412771 or 14539345. OLE color: 14539345.
HSL color Cylindrical-coordinate representation of color #51DADD: hue angle of 181.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 #51DADD is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 218 | 221 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.13 |
| HSL | 181.29º | 0.67% | 0.59% | - |
| HSV(B) | 181.29º | 0.63% | 0.87% | - |
| XYZ | 41.52 | 57.11 | 77.24 | - |
| YUV | 177.38 | 152.61 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 218 | 221 | 0.63 | 0.01 | 0 | 0.13 | 181.29 | 0.67 | 0.59 |
| Hex | 51 | DA | DD | 3F | 1 | 0 | D | B5 | 43 | 3B |
| Octal | 121 | 332 | 335 | 77 | 1 | 0 | 15 | 265 | 103 | 73 |
| Binary | 1010001 | 11011010 | 11011101 | 111111 | 1 | 0 | 1101 | 10110101 | 1000011 | 111011 |
Color Harmonies of #51DADD
Complementary color
Monochromatic Colors of #51DADD
Black with #51DADD
Text Example
Text Example
White with #51DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DADD; }
p { color: rgb(81,218,221); }
H1.HeaderClassName
{
color: #51DADD;
}
.AnyTagClassName
{
color: #51DADD;
}
</style>
background-color css
<style>
a { background-color: #51DADD; }
a { background-color: rgb(81,218,221); }
div.DivClassName
{
background-color: #51DADD;
}
.BgClassName
{
background-color: #51DADD;
}
</style>
border-color css
<style>
span { border-color: #51DADD; }
span { border-color: rgb(81,218,221); }
td.TdClassName
{
border-color: #51DADD;
}
.TagClassName
{
border-color: #51DADD;
}
</style>