Shades of Medium Turquoise #51D1DA
Tints of Medium Turquoise #51D1DA
RGB
CMYK
RGB Variations
Color information
#51D1DA (or 0x51D1DA) is known color: Medium Turquoise. HEX triplet: 51, D1 and DA. RGB value is (81,209,218). Sum of RGB (Red+Green+Blue) = 81+209+218=508 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.94% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #51D1DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51D1DA is #AE2E25. Grayscale: #ABABAB. Windows color (decimal): -11415078 or 14340433. OLE color: 14340433.
HSL color Cylindrical-coordinate representation of color #51D1DA: hue angle of 183.94º 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 #51D1DA is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 209 | 218 | - |
| CMYK | 0.63 | 0.04 | 0 | 0.15 |
| HSL | 183.94º | 0.65% | 0.59% | - |
| HSV(B) | 183.94º | 0.63% | 0.85% | - |
| XYZ | 38.85 | 52.41 | 74.4 | - |
| YUV | 171.75 | 154.09 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 209 | 218 | 0.63 | 0.04 | 0 | 0.15 | 183.94 | 0.65 | 0.59 |
| Hex | 51 | D1 | DA | 3F | 4 | 0 | F | B8 | 41 | 3B |
| Octal | 121 | 321 | 332 | 77 | 4 | 0 | 17 | 270 | 101 | 73 |
| Binary | 1010001 | 11010001 | 11011010 | 111111 | 100 | 0 | 1111 | 10111000 | 1000001 | 111011 |
Color Harmonies of #51D1DA
Complementary color
Monochromatic Colors of #51D1DA
Black with #51D1DA
Text Example
Text Example
White with #51D1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D1DA; }
p { color: rgb(81,209,218); }
H1.HeaderClassName
{
color: #51D1DA;
}
.AnyTagClassName
{
color: #51D1DA;
}
</style>
background-color css
<style>
a { background-color: #51D1DA; }
a { background-color: rgb(81,209,218); }
div.DivClassName
{
background-color: #51D1DA;
}
.BgClassName
{
background-color: #51D1DA;
}
</style>
border-color css
<style>
span { border-color: #51D1DA; }
span { border-color: rgb(81,209,218); }
td.TdClassName
{
border-color: #51D1DA;
}
.TagClassName
{
border-color: #51D1DA;
}
</style>