Shades of Turquoise #51E3DB
Tints of Turquoise #51E3DB
RGB
CMYK
RGB Variations
Color information
#51E3DB (or 0x51E3DB) is known color: Turquoise. HEX triplet: 51, E3 and DB. RGB value is (81,227,219). Sum of RGB (Red+Green+Blue) = 81+227+219=527 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.37% from 527); Green value is 227 (89.06% from 255 or 43.07% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 227 - color contains mainly: green. Hex color #51E3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51E3DB is #AE1C24. Grayscale: #B6B6B6. Windows color (decimal): -11410469 or 14410577. OLE color: 14410577.
HSL color Cylindrical-coordinate representation of color #51E3DB: hue angle of 176.71º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51E3DB is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 81 | 227 | 219 | - |
| CMYK | 0.64 | 0 | 0.04 | 0.11 |
| HSL | 176.71º | 0.72% | 0.6% | - |
| HSV(B) | 176.71º | 0.64% | 0.89% | - |
| XYZ | 43.65 | 61.8 | 76.65 | - |
| YUV | 182.43 | 148.63 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 227 | 219 | 0.64 | 0 | 0.04 | 0.11 | 176.71 | 0.72 | 0.6 |
| Hex | 51 | E3 | DB | 40 | 0 | 4 | B | B1 | 48 | 3C |
| Octal | 121 | 343 | 333 | 100 | 0 | 4 | 13 | 261 | 110 | 74 |
| Binary | 1010001 | 11100011 | 11011011 | 1000000 | 0 | 100 | 1011 | 10110001 | 1001000 | 111100 |
Color Harmonies of #51E3DB
Complementary color
Monochromatic Colors of #51E3DB
Black with #51E3DB
Text Example
Text Example
White with #51E3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E3DB; }
p { color: rgb(81,227,219); }
H1.HeaderClassName
{
color: #51E3DB;
}
.AnyTagClassName
{
color: #51E3DB;
}
</style>
background-color css
<style>
a { background-color: #51E3DB; }
a { background-color: rgb(81,227,219); }
div.DivClassName
{
background-color: #51E3DB;
}
.BgClassName
{
background-color: #51E3DB;
}
</style>
border-color css
<style>
span { border-color: #51E3DB; }
span { border-color: rgb(81,227,219); }
td.TdClassName
{
border-color: #51E3DB;
}
.TagClassName
{
border-color: #51E3DB;
}
</style>