Shades of Medium Turquoise #51DADB
Tints of Medium Turquoise #51DADB
RGB
CMYK
RGB Variations
Color information
#51DADB (or 0x51DADB) is known color: Medium Turquoise. HEX triplet: 51, DA and DB. RGB value is (81,218,219). Sum of RGB (Red+Green+Blue) = 81+218+219=518 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.64% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #51DADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DADB is #AE2524. Grayscale: #B1B1B1. Windows color (decimal): -11412773 or 14408273. OLE color: 14408273.
HSL color Cylindrical-coordinate representation of color #51DADB: hue angle of 180.43º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51DADB is Cyan = 0.63, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 218 | 219 | - |
| CMYK | 0.63 | 0.00 | 0 | 0.14 |
| HSL | 180.43º | 0.66% | 0.59% | - |
| HSV(B) | 180.43º | 0.63% | 0.86% | - |
| XYZ | 41.25 | 57.01 | 75.85 | - |
| YUV | 177.15 | 151.61 | 59.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 218 | 219 | 0.63 | 0.00 | 0 | 0.14 | 180.43 | 0.66 | 0.59 |
| Hex | 51 | DA | DB | 3F | 0 | 0 | E | B4 | 42 | 3B |
| Octal | 121 | 332 | 333 | 77 | 0 | 0 | 16 | 264 | 102 | 73 |
| Binary | 1010001 | 11011010 | 11011011 | 111111 | 0 | 0 | 1110 | 10110100 | 1000010 | 111011 |
Color Harmonies of #51DADB
Complementary color
Monochromatic Colors of #51DADB
Black with #51DADB
Text Example
Text Example
White with #51DADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DADB; }
p { color: rgb(81,218,219); }
H1.HeaderClassName
{
color: #51DADB;
}
.AnyTagClassName
{
color: #51DADB;
}
</style>
background-color css
<style>
a { background-color: #51DADB; }
a { background-color: rgb(81,218,219); }
div.DivClassName
{
background-color: #51DADB;
}
.BgClassName
{
background-color: #51DADB;
}
</style>
border-color css
<style>
span { border-color: #51DADB; }
span { border-color: rgb(81,218,219); }
td.TdClassName
{
border-color: #51DADB;
}
.TagClassName
{
border-color: #51DADB;
}
</style>