Shades of Turquoise #51E6C7
Tints of Turquoise #51E6C7
RGB
CMYK
RGB Variations
Color information
#51E6C7 (or 0x51E6C7) is known color: Turquoise. HEX triplet: 51, E6 and C7. RGB value is (81,230,199). Sum of RGB (Red+Green+Blue) = 81+230+199=510 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.88% from 510); Green value is 230 (90.23% from 255 or 45.10% from 510); Blue value is 199 (78.12% from 255 or 39.02% from 510); Max value from RGB is 230 - color contains mainly: green. Hex color #51E6C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51E6C7 is #AE1938. Grayscale: #B5B5B5. Windows color (decimal): -11409721 or 13100625. OLE color: 13100625.
HSL color Cylindrical-coordinate representation of color #51E6C7: hue angle of 167.52º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51E6C7 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 81 | 230 | 199 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.10 |
| HSL | 167.52º | 0.75% | 0.61% | - |
| HSV(B) | 167.52º | 0.65% | 0.9% | - |
| XYZ | 42 | 62.47 | 63.88 | - |
| YUV | 181.92 | 137.64 | 56.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 230 | 199 | 0.65 | 0 | 0.13 | 0.10 | 167.52 | 0.75 | 0.61 |
| Hex | 51 | E6 | C7 | 41 | 0 | D | A | A8 | 4B | 3D |
| Octal | 121 | 346 | 307 | 101 | 0 | 15 | 12 | 250 | 113 | 75 |
| Binary | 1010001 | 11100110 | 11000111 | 1000001 | 0 | 1101 | 1010 | 10101000 | 1001011 | 111101 |
Color Harmonies of #51E6C7
Complementary color
Monochromatic Colors of #51E6C7
Black with #51E6C7
Text Example
Text Example
White with #51E6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E6C7; }
p { color: rgb(81,230,199); }
H1.HeaderClassName
{
color: #51E6C7;
}
.AnyTagClassName
{
color: #51E6C7;
}
</style>
background-color css
<style>
a { background-color: #51E6C7; }
a { background-color: rgb(81,230,199); }
div.DivClassName
{
background-color: #51E6C7;
}
.BgClassName
{
background-color: #51E6C7;
}
</style>
border-color css
<style>
span { border-color: #51E6C7; }
span { border-color: rgb(81,230,199); }
td.TdClassName
{
border-color: #51E6C7;
}
.TagClassName
{
border-color: #51E6C7;
}
</style>