Shades of Turquoise #51EFDB
Tints of Turquoise #51EFDB
RGB
CMYK
RGB Variations
Color information
#51EFDB (or 0x51EFDB) is known color: Turquoise. HEX triplet: 51, EF and DB. RGB value is (81,239,219). Sum of RGB (Red+Green+Blue) = 81+239+219=539 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15.03% from 539); Green value is 239 (93.75% from 255 or 44.34% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 239 - color contains mainly: green. Hex color #51EFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EFDB is #AE1024. Grayscale: #BDBDBD. Windows color (decimal): -11407397 or 14413649. OLE color: 14413649.
HSL color Cylindrical-coordinate representation of color #51EFDB: hue angle of 172.41º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51EFDB is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 239 | 219 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.06 |
| HSL | 172.41º | 0.83% | 0.63% | - |
| HSV(B) | 172.41º | 0.66% | 0.94% | - |
| XYZ | 47.05 | 68.6 | 77.78 | - |
| YUV | 189.48 | 144.65 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 239 | 219 | 0.66 | 0 | 0.08 | 0.06 | 172.41 | 0.83 | 0.63 |
| Hex | 51 | EF | DB | 42 | 0 | 8 | 6 | AC | 53 | 3F |
| Octal | 121 | 357 | 333 | 102 | 0 | 10 | 6 | 254 | 123 | 77 |
| Binary | 1010001 | 11101111 | 11011011 | 1000010 | 0 | 1000 | 110 | 10101100 | 1010011 | 111111 |
Color Harmonies of #51EFDB
Complementary color
Monochromatic Colors of #51EFDB
Black with #51EFDB
Text Example
Text Example
White with #51EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EFDB; }
p { color: rgb(81,239,219); }
H1.HeaderClassName
{
color: #51EFDB;
}
.AnyTagClassName
{
color: #51EFDB;
}
</style>
background-color css
<style>
a { background-color: #51EFDB; }
a { background-color: rgb(81,239,219); }
div.DivClassName
{
background-color: #51EFDB;
}
.BgClassName
{
background-color: #51EFDB;
}
</style>
border-color css
<style>
span { border-color: #51EFDB; }
span { border-color: rgb(81,239,219); }
td.TdClassName
{
border-color: #51EFDB;
}
.TagClassName
{
border-color: #51EFDB;
}
</style>