Shades of Turquoise #51E6C9
Tints of Turquoise #51E6C9
RGB
CMYK
RGB Variations
Color information
#51E6C9 (or 0x51E6C9) is known color: Turquoise. HEX triplet: 51, E6 and C9. RGB value is (81,230,201). Sum of RGB (Red+Green+Blue) = 81+230+201=512 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.82% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 230 - color contains mainly: green. Hex color #51E6C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51E6C9 is #AE1936. Grayscale: #B6B6B6. Windows color (decimal): -11409719 or 13231697. OLE color: 13231697.
HSL color Cylindrical-coordinate representation of color #51E6C9: hue angle of 168.32º 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 #51E6C9 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 81 | 230 | 201 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.10 |
| HSL | 168.32º | 0.75% | 0.61% | - |
| HSV(B) | 168.32º | 0.65% | 0.9% | - |
| XYZ | 42.23 | 62.56 | 65.11 | - |
| YUV | 182.14 | 138.64 | 55.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 230 | 201 | 0.65 | 0 | 0.13 | 0.10 | 168.32 | 0.75 | 0.61 |
| Hex | 51 | E6 | C9 | 41 | 0 | D | A | A8 | 4B | 3D |
| Octal | 121 | 346 | 311 | 101 | 0 | 15 | 12 | 250 | 113 | 75 |
| Binary | 1010001 | 11100110 | 11001001 | 1000001 | 0 | 1101 | 1010 | 10101000 | 1001011 | 111101 |
Color Harmonies of #51E6C9
Complementary color
Monochromatic Colors of #51E6C9
Black with #51E6C9
Text Example
Text Example
White with #51E6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E6C9; }
p { color: rgb(81,230,201); }
H1.HeaderClassName
{
color: #51E6C9;
}
.AnyTagClassName
{
color: #51E6C9;
}
</style>
background-color css
<style>
a { background-color: #51E6C9; }
a { background-color: rgb(81,230,201); }
div.DivClassName
{
background-color: #51E6C9;
}
.BgClassName
{
background-color: #51E6C9;
}
</style>
border-color css
<style>
span { border-color: #51E6C9; }
span { border-color: rgb(81,230,201); }
td.TdClassName
{
border-color: #51E6C9;
}
.TagClassName
{
border-color: #51E6C9;
}
</style>