Shades of Medium Turquoise #51DBDB
Tints of Medium Turquoise #51DBDB
RGB
CMYK
RGB Variations
Color information
#51DBDB (or 0x51DBDB) is known color: Medium Turquoise. HEX triplet: 51, DB and DB. RGB value is (81,219,219). Sum of RGB (Red+Green+Blue) = 81+219+219=519 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.61% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #51DBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51DBDB is #AE2424. Grayscale: #B1B1B1. Windows color (decimal): -11412517 or 14408529. OLE color: 14408529.
HSL color Cylindrical-coordinate representation of color #51DBDB: hue angle of 180º 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 #51DBDB is Cyan = 0.63, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 219 | 219 | - |
| CMYK | 0.63 | 0 | 0 | 0.14 |
| HSL | 180º | 0.66% | 0.59% | - |
| HSV(B) | 180º | 0.63% | 0.86% | - |
| XYZ | 41.51 | 57.53 | 75.93 | - |
| YUV | 177.74 | 151.28 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 219 | 219 | 0.63 | 0 | 0 | 0.14 | 180 | 0.66 | 0.59 |
| Hex | 51 | DB | DB | 3F | 0 | 0 | E | B4 | 42 | 3B |
| Octal | 121 | 333 | 333 | 77 | 0 | 0 | 16 | 264 | 102 | 73 |
| Binary | 1010001 | 11011011 | 11011011 | 111111 | 0 | 0 | 1110 | 10110100 | 1000010 | 111011 |
Color Harmonies of #51DBDB
Complementary color
Monochromatic Colors of #51DBDB
Black with #51DBDB
Text Example
Text Example
White with #51DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DBDB; }
p { color: rgb(81,219,219); }
H1.HeaderClassName
{
color: #51DBDB;
}
.AnyTagClassName
{
color: #51DBDB;
}
</style>
background-color css
<style>
a { background-color: #51DBDB; }
a { background-color: rgb(81,219,219); }
div.DivClassName
{
background-color: #51DBDB;
}
.BgClassName
{
background-color: #51DBDB;
}
</style>
border-color css
<style>
span { border-color: #51DBDB; }
span { border-color: rgb(81,219,219); }
td.TdClassName
{
border-color: #51DBDB;
}
.TagClassName
{
border-color: #51DBDB;
}
</style>