Shades of Turquoise #51EABB
Tints of Turquoise #51EABB
RGB
CMYK
RGB Variations
Color information
#51EABB (or 0x51EABB) is known color: Turquoise. HEX triplet: 51, EA and BB. RGB value is (81,234,187). Sum of RGB (Red+Green+Blue) = 81+234+187=502 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.14% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 234 - color contains mainly: green. Hex color #51EABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EABB is #AE1544. Grayscale: #B6B6B6. Windows color (decimal): -11408709 or 12315217. OLE color: 12315217.
HSL color Cylindrical-coordinate representation of color #51EABB: hue angle of 161.57º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51EABB is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 234 | 187 | - |
| CMYK | 0.65 | 0 | 0.20 | 0.08 |
| HSL | 161.57º | 0.78% | 0.62% | - |
| HSV(B) | 161.57º | 0.65% | 0.92% | - |
| XYZ | 41.79 | 64.18 | 57.2 | - |
| YUV | 182.9 | 130.31 | 55.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 234 | 187 | 0.65 | 0 | 0.20 | 0.08 | 161.57 | 0.78 | 0.62 |
| Hex | 51 | EA | BB | 41 | 0 | 14 | 8 | A2 | 4E | 3E |
| Octal | 121 | 352 | 273 | 101 | 0 | 24 | 10 | 242 | 116 | 76 |
| Binary | 1010001 | 11101010 | 10111011 | 1000001 | 0 | 10100 | 1000 | 10100010 | 1001110 | 111110 |
Color Harmonies of #51EABB
Complementary color
Monochromatic Colors of #51EABB
Black with #51EABB
Text Example
Text Example
White with #51EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EABB; }
p { color: rgb(81,234,187); }
H1.HeaderClassName
{
color: #51EABB;
}
.AnyTagClassName
{
color: #51EABB;
}
</style>
background-color css
<style>
a { background-color: #51EABB; }
a { background-color: rgb(81,234,187); }
div.DivClassName
{
background-color: #51EABB;
}
.BgClassName
{
background-color: #51EABB;
}
</style>
border-color css
<style>
span { border-color: #51EABB; }
span { border-color: rgb(81,234,187); }
td.TdClassName
{
border-color: #51EABB;
}
.TagClassName
{
border-color: #51EABB;
}
</style>