Shades of Turquoise #51EDB8
Tints of Turquoise #51EDB8
RGB
CMYK
RGB Variations
Color information
#51EDB8 (or 0x51EDB8) is known color: Turquoise. HEX triplet: 51, ED and B8. RGB value is (81,237,184). Sum of RGB (Red+Green+Blue) = 81+237+184=502 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.14% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 184 (72.27% from 255 or 36.65% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #51EDB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EDB8 is #AE1247. Grayscale: #B8B8B8. Windows color (decimal): -11407944 or 12119377. OLE color: 12119377.
HSL color Cylindrical-coordinate representation of color #51EDB8: hue angle of 159.62º 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 #51EDB8 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 237 | 184 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.07 |
| HSL | 159.62º | 0.81% | 0.62% | - |
| HSV(B) | 159.62º | 0.66% | 0.93% | - |
| XYZ | 42.33 | 65.78 | 55.81 | - |
| YUV | 184.31 | 127.82 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 237 | 184 | 0.66 | 0 | 0.22 | 0.07 | 159.62 | 0.81 | 0.62 |
| Hex | 51 | ED | B8 | 42 | 0 | 16 | 7 | A0 | 51 | 3E |
| Octal | 121 | 355 | 270 | 102 | 0 | 26 | 7 | 240 | 121 | 76 |
| Binary | 1010001 | 11101101 | 10111000 | 1000010 | 0 | 10110 | 111 | 10100000 | 1010001 | 111110 |
Color Harmonies of #51EDB8
Complementary color
Monochromatic Colors of #51EDB8
Black with #51EDB8
Text Example
Text Example
White with #51EDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EDB8; }
p { color: rgb(81,237,184); }
H1.HeaderClassName
{
color: #51EDB8;
}
.AnyTagClassName
{
color: #51EDB8;
}
</style>
background-color css
<style>
a { background-color: #51EDB8; }
a { background-color: rgb(81,237,184); }
div.DivClassName
{
background-color: #51EDB8;
}
.BgClassName
{
background-color: #51EDB8;
}
</style>
border-color css
<style>
span { border-color: #51EDB8; }
span { border-color: rgb(81,237,184); }
td.TdClassName
{
border-color: #51EDB8;
}
.TagClassName
{
border-color: #51EDB8;
}
</style>