Shades of Turquoise #51EBDB
Tints of Turquoise #51EBDB
RGB
CMYK
RGB Variations
Color information
#51EBDB (or 0x51EBDB) is known color: Turquoise. HEX triplet: 51, EB and DB. RGB value is (81,235,219). Sum of RGB (Red+Green+Blue) = 81+235+219=535 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.14% from 535); Green value is 235 (92.19% from 255 or 43.93% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 235 - color contains mainly: green. Hex color #51EBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EBDB is #AE1424. Grayscale: #BBBBBB. Windows color (decimal): -11408421 or 14412625. OLE color: 14412625.
HSL color Cylindrical-coordinate representation of color #51EBDB: hue angle of 173.77º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51EBDB is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 235 | 219 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.08 |
| HSL | 173.77º | 0.79% | 0.62% | - |
| HSV(B) | 173.77º | 0.66% | 0.92% | - |
| XYZ | 45.89 | 66.28 | 77.39 | - |
| YUV | 187.13 | 145.98 | 52.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 235 | 219 | 0.66 | 0 | 0.07 | 0.08 | 173.77 | 0.79 | 0.62 |
| Hex | 51 | EB | DB | 42 | 0 | 7 | 8 | AE | 4F | 3E |
| Octal | 121 | 353 | 333 | 102 | 0 | 7 | 10 | 256 | 117 | 76 |
| Binary | 1010001 | 11101011 | 11011011 | 1000010 | 0 | 111 | 1000 | 10101110 | 1001111 | 111110 |
Color Harmonies of #51EBDB
Complementary color
Monochromatic Colors of #51EBDB
Black with #51EBDB
Text Example
Text Example
White with #51EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EBDB; }
p { color: rgb(81,235,219); }
H1.HeaderClassName
{
color: #51EBDB;
}
.AnyTagClassName
{
color: #51EBDB;
}
</style>
background-color css
<style>
a { background-color: #51EBDB; }
a { background-color: rgb(81,235,219); }
div.DivClassName
{
background-color: #51EBDB;
}
.BgClassName
{
background-color: #51EBDB;
}
</style>
border-color css
<style>
span { border-color: #51EBDB; }
span { border-color: rgb(81,235,219); }
td.TdClassName
{
border-color: #51EBDB;
}
.TagClassName
{
border-color: #51EBDB;
}
</style>