Shades of Turquoise #51E7C6
Tints of Turquoise #51E7C6
RGB
CMYK
RGB Variations
Color information
#51E7C6 (or 0x51E7C6) is known color: Turquoise. HEX triplet: 51, E7 and C6. RGB value is (81,231,198). Sum of RGB (Red+Green+Blue) = 81+231+198=510 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.88% from 510); Green value is 231 (90.62% from 255 or 45.29% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 231 - color contains mainly: green. Hex color #51E7C6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51E7C6 is #AE1839. Grayscale: #B6B6B6. Windows color (decimal): -11409466 or 13035345. OLE color: 13035345.
HSL color Cylindrical-coordinate representation of color #51E7C6: hue angle of 166.8º degrees, saturation: 0.76, 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 #51E7C6 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 231 | 198 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.09 |
| HSL | 166.8º | 0.76% | 0.61% | - |
| HSV(B) | 166.8º | 0.65% | 0.91% | - |
| XYZ | 42.16 | 62.98 | 63.36 | - |
| YUV | 182.39 | 136.81 | 55.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 231 | 198 | 0.65 | 0 | 0.14 | 0.09 | 166.8 | 0.76 | 0.61 |
| Hex | 51 | E7 | C6 | 41 | 0 | E | 9 | A7 | 4C | 3D |
| Octal | 121 | 347 | 306 | 101 | 0 | 16 | 11 | 247 | 114 | 75 |
| Binary | 1010001 | 11100111 | 11000110 | 1000001 | 0 | 1110 | 1001 | 10100111 | 1001100 | 111101 |
Color Harmonies of #51E7C6
Complementary color
Monochromatic Colors of #51E7C6
Black with #51E7C6
Text Example
Text Example
White with #51E7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E7C6; }
p { color: rgb(81,231,198); }
H1.HeaderClassName
{
color: #51E7C6;
}
.AnyTagClassName
{
color: #51E7C6;
}
</style>
background-color css
<style>
a { background-color: #51E7C6; }
a { background-color: rgb(81,231,198); }
div.DivClassName
{
background-color: #51E7C6;
}
.BgClassName
{
background-color: #51E7C6;
}
</style>
border-color css
<style>
span { border-color: #51E7C6; }
span { border-color: rgb(81,231,198); }
td.TdClassName
{
border-color: #51E7C6;
}
.TagClassName
{
border-color: #51E7C6;
}
</style>