Shades of Medium Turquoise #51DACB
Tints of Medium Turquoise #51DACB
RGB
CMYK
RGB Variations
Color information
#51DACB (or 0x51DACB) is known color: Medium Turquoise. HEX triplet: 51, DA and CB. RGB value is (81,218,203). Sum of RGB (Red+Green+Blue) = 81+218+203=502 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.14% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #51DACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DACB is #AE2534. Grayscale: #AFAFAF. Windows color (decimal): -11412789 or 13359697. OLE color: 13359697.
HSL color Cylindrical-coordinate representation of color #51DACB: hue angle of 173.43º 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 #51DACB is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 218 | 203 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.15 |
| HSL | 173.43º | 0.65% | 0.59% | - |
| HSV(B) | 173.43º | 0.63% | 0.85% | - |
| XYZ | 39.24 | 56.2 | 65.28 | - |
| YUV | 175.33 | 143.61 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 218 | 203 | 0.63 | 0 | 0.07 | 0.15 | 173.43 | 0.65 | 0.59 |
| Hex | 51 | DA | CB | 3F | 0 | 7 | F | AD | 41 | 3B |
| Octal | 121 | 332 | 313 | 77 | 0 | 7 | 17 | 255 | 101 | 73 |
| Binary | 1010001 | 11011010 | 11001011 | 111111 | 0 | 111 | 1111 | 10101101 | 1000001 | 111011 |
Color Harmonies of #51DACB
Complementary color
Monochromatic Colors of #51DACB
Black with #51DACB
Text Example
Text Example
White with #51DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DACB; }
p { color: rgb(81,218,203); }
H1.HeaderClassName
{
color: #51DACB;
}
.AnyTagClassName
{
color: #51DACB;
}
</style>
background-color css
<style>
a { background-color: #51DACB; }
a { background-color: rgb(81,218,203); }
div.DivClassName
{
background-color: #51DACB;
}
.BgClassName
{
background-color: #51DACB;
}
</style>
border-color css
<style>
span { border-color: #51DACB; }
span { border-color: rgb(81,218,203); }
td.TdClassName
{
border-color: #51DACB;
}
.TagClassName
{
border-color: #51DACB;
}
</style>