Shades of Turquoise #51E8C9
Tints of Turquoise #51E8C9
RGB
CMYK
RGB Variations
Color information
#51E8C9 (or 0x51E8C9) is known color: Turquoise. HEX triplet: 51, E8 and C9. RGB value is (81,232,201). Sum of RGB (Red+Green+Blue) = 81+232+201=514 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.76% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 232 - color contains mainly: green. Hex color #51E8C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51E8C9 is #AE1736. Grayscale: #B7B7B7. Windows color (decimal): -11409207 or 13232209. OLE color: 13232209.
HSL color Cylindrical-coordinate representation of color #51E8C9: hue angle of 167.68º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51E8C9 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 232 | 201 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.09 |
| HSL | 167.68º | 0.77% | 0.61% | - |
| HSV(B) | 167.68º | 0.65% | 0.91% | - |
| XYZ | 42.79 | 63.68 | 65.29 | - |
| YUV | 183.32 | 137.97 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 232 | 201 | 0.65 | 0 | 0.13 | 0.09 | 167.68 | 0.77 | 0.61 |
| Hex | 51 | E8 | C9 | 41 | 0 | D | 9 | A8 | 4D | 3D |
| Octal | 121 | 350 | 311 | 101 | 0 | 15 | 11 | 250 | 115 | 75 |
| Binary | 1010001 | 11101000 | 11001001 | 1000001 | 0 | 1101 | 1001 | 10101000 | 1001101 | 111101 |
Color Harmonies of #51E8C9
Complementary color
Monochromatic Colors of #51E8C9
Black with #51E8C9
Text Example
Text Example
White with #51E8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E8C9; }
p { color: rgb(81,232,201); }
H1.HeaderClassName
{
color: #51E8C9;
}
.AnyTagClassName
{
color: #51E8C9;
}
</style>
background-color css
<style>
a { background-color: #51E8C9; }
a { background-color: rgb(81,232,201); }
div.DivClassName
{
background-color: #51E8C9;
}
.BgClassName
{
background-color: #51E8C9;
}
</style>
border-color css
<style>
span { border-color: #51E8C9; }
span { border-color: rgb(81,232,201); }
td.TdClassName
{
border-color: #51E8C9;
}
.TagClassName
{
border-color: #51E8C9;
}
</style>