Shades of Turquoise #51E8C5
Tints of Turquoise #51E8C5
RGB
CMYK
RGB Variations
Color information
#51E8C5 (or 0x51E8C5) is known color: Turquoise. HEX triplet: 51, E8 and C5. RGB value is (81,232,197). Sum of RGB (Red+Green+Blue) = 81+232+197=510 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.88% from 510); Green value is 232 (91.02% from 255 or 45.49% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 232 - color contains mainly: green. Hex color #51E8C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51E8C5 is #AE173A. Grayscale: #B6B6B6. Windows color (decimal): -11409211 or 12970065. OLE color: 12970065.
HSL color Cylindrical-coordinate representation of color #51E8C5: hue angle of 166.09º 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 #51E8C5 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 232 | 197 | - |
| CMYK | 0.65 | 0 | 0.15 | 0.09 |
| HSL | 166.09º | 0.77% | 0.61% | - |
| HSV(B) | 166.09º | 0.65% | 0.91% | - |
| XYZ | 42.33 | 63.49 | 62.85 | - |
| YUV | 182.86 | 135.97 | 55.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 232 | 197 | 0.65 | 0 | 0.15 | 0.09 | 166.09 | 0.77 | 0.61 |
| Hex | 51 | E8 | C5 | 41 | 0 | F | 9 | A6 | 4D | 3D |
| Octal | 121 | 350 | 305 | 101 | 0 | 17 | 11 | 246 | 115 | 75 |
| Binary | 1010001 | 11101000 | 11000101 | 1000001 | 0 | 1111 | 1001 | 10100110 | 1001101 | 111101 |
Color Harmonies of #51E8C5
Complementary color
Monochromatic Colors of #51E8C5
Black with #51E8C5
Text Example
Text Example
White with #51E8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E8C5; }
p { color: rgb(81,232,197); }
H1.HeaderClassName
{
color: #51E8C5;
}
.AnyTagClassName
{
color: #51E8C5;
}
</style>
background-color css
<style>
a { background-color: #51E8C5; }
a { background-color: rgb(81,232,197); }
div.DivClassName
{
background-color: #51E8C5;
}
.BgClassName
{
background-color: #51E8C5;
}
</style>
border-color css
<style>
span { border-color: #51E8C5; }
span { border-color: rgb(81,232,197); }
td.TdClassName
{
border-color: #51E8C5;
}
.TagClassName
{
border-color: #51E8C5;
}
</style>