Shades of Turquoise #51E5D8
Tints of Turquoise #51E5D8
RGB
CMYK
RGB Variations
Color information
#51E5D8 (or 0x51E5D8) is known color: Turquoise. HEX triplet: 51, E5 and D8. RGB value is (81,229,216). Sum of RGB (Red+Green+Blue) = 81+229+216=526 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.40% from 526); Green value is 229 (89.84% from 255 or 43.54% from 526); Blue value is 216 (84.77% from 255 or 41.06% from 526); Max value from RGB is 229 - color contains mainly: green. Hex color #51E5D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51E5D8 is #AE1A27. Grayscale: #B7B7B7. Windows color (decimal): -11409960 or 14214481. OLE color: 14214481.
HSL color Cylindrical-coordinate representation of color #51E5D8: hue angle of 174.73º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51E5D8 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 81 | 229 | 216 | - |
| CMYK | 0.65 | 0 | 0.06 | 0.10 |
| HSL | 174.73º | 0.74% | 0.61% | - |
| HSV(B) | 174.73º | 0.65% | 0.9% | - |
| XYZ | 43.81 | 62.75 | 74.77 | - |
| YUV | 183.27 | 146.47 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 229 | 216 | 0.65 | 0 | 0.06 | 0.10 | 174.73 | 0.74 | 0.61 |
| Hex | 51 | E5 | D8 | 41 | 0 | 6 | A | AF | 4A | 3D |
| Octal | 121 | 345 | 330 | 101 | 0 | 6 | 12 | 257 | 112 | 75 |
| Binary | 1010001 | 11100101 | 11011000 | 1000001 | 0 | 110 | 1010 | 10101111 | 1001010 | 111101 |
Color Harmonies of #51E5D8
Complementary color
Monochromatic Colors of #51E5D8
Black with #51E5D8
Text Example
Text Example
White with #51E5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E5D8; }
p { color: rgb(81,229,216); }
H1.HeaderClassName
{
color: #51E5D8;
}
.AnyTagClassName
{
color: #51E5D8;
}
</style>
background-color css
<style>
a { background-color: #51E5D8; }
a { background-color: rgb(81,229,216); }
div.DivClassName
{
background-color: #51E5D8;
}
.BgClassName
{
background-color: #51E5D8;
}
</style>
border-color css
<style>
span { border-color: #51E5D8; }
span { border-color: rgb(81,229,216); }
td.TdClassName
{
border-color: #51E5D8;
}
.TagClassName
{
border-color: #51E5D8;
}
</style>