Shades of Turquoise #51EDDB
Tints of Turquoise #51EDDB
RGB
CMYK
RGB Variations
Color information
#51EDDB (or 0x51EDDB) is known color: Turquoise. HEX triplet: 51, ED and DB. RGB value is (81,237,219). Sum of RGB (Red+Green+Blue) = 81+237+219=537 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15.08% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #51EDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EDDB is #AE1224. Grayscale: #BCBCBC. Windows color (decimal): -11407909 or 14413137. OLE color: 14413137.
HSL color Cylindrical-coordinate representation of color #51EDDB: hue angle of 173.08º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51EDDB is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 237 | 219 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.07 |
| HSL | 173.08º | 0.81% | 0.62% | - |
| HSV(B) | 173.08º | 0.66% | 0.93% | - |
| XYZ | 46.46 | 67.43 | 77.58 | - |
| YUV | 188.3 | 145.32 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 237 | 219 | 0.66 | 0 | 0.08 | 0.07 | 173.08 | 0.81 | 0.62 |
| Hex | 51 | ED | DB | 42 | 0 | 8 | 7 | AD | 51 | 3E |
| Octal | 121 | 355 | 333 | 102 | 0 | 10 | 7 | 255 | 121 | 76 |
| Binary | 1010001 | 11101101 | 11011011 | 1000010 | 0 | 1000 | 111 | 10101101 | 1010001 | 111110 |
Color Harmonies of #51EDDB
Complementary color
Monochromatic Colors of #51EDDB
Black with #51EDDB
Text Example
Text Example
White with #51EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EDDB; }
p { color: rgb(81,237,219); }
H1.HeaderClassName
{
color: #51EDDB;
}
.AnyTagClassName
{
color: #51EDDB;
}
</style>
background-color css
<style>
a { background-color: #51EDDB; }
a { background-color: rgb(81,237,219); }
div.DivClassName
{
background-color: #51EDDB;
}
.BgClassName
{
background-color: #51EDDB;
}
</style>
border-color css
<style>
span { border-color: #51EDDB; }
span { border-color: rgb(81,237,219); }
td.TdClassName
{
border-color: #51EDDB;
}
.TagClassName
{
border-color: #51EDDB;
}
</style>