Shades of Medium Turquoise #51DBBC
Tints of Medium Turquoise #51DBBC
RGB
CMYK
RGB Variations
Color information
#51DBBC (or 0x51DBBC) is known color: Medium Turquoise. HEX triplet: 51, DB and BC. RGB value is (81,219,188). Sum of RGB (Red+Green+Blue) = 81+219+188=488 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.60% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #51DBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DBBC is #AE2443. Grayscale: #AEAEAE. Windows color (decimal): -11412548 or 12376913. OLE color: 12376913.
HSL color Cylindrical-coordinate representation of color #51DBBC: hue angle of 166.52º 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 #51DBBC is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 219 | 188 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.14 |
| HSL | 166.52º | 0.66% | 0.59% | - |
| HSV(B) | 166.52º | 0.63% | 0.86% | - |
| XYZ | 37.8 | 56.04 | 56.4 | - |
| YUV | 174.2 | 135.78 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 219 | 188 | 0.63 | 0 | 0.14 | 0.14 | 166.52 | 0.66 | 0.59 |
| Hex | 51 | DB | BC | 3F | 0 | E | E | A7 | 42 | 3B |
| Octal | 121 | 333 | 274 | 77 | 0 | 16 | 16 | 247 | 102 | 73 |
| Binary | 1010001 | 11011011 | 10111100 | 111111 | 0 | 1110 | 1110 | 10100111 | 1000010 | 111011 |
Color Harmonies of #51DBBC
Complementary color
Monochromatic Colors of #51DBBC
Black with #51DBBC
Text Example
Text Example
White with #51DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DBBC; }
p { color: rgb(81,219,188); }
H1.HeaderClassName
{
color: #51DBBC;
}
.AnyTagClassName
{
color: #51DBBC;
}
</style>
background-color css
<style>
a { background-color: #51DBBC; }
a { background-color: rgb(81,219,188); }
div.DivClassName
{
background-color: #51DBBC;
}
.BgClassName
{
background-color: #51DBBC;
}
</style>
border-color css
<style>
span { border-color: #51DBBC; }
span { border-color: rgb(81,219,188); }
td.TdClassName
{
border-color: #51DBBC;
}
.TagClassName
{
border-color: #51DBBC;
}
</style>