Shades of Turquoise #51E9C0
Tints of Turquoise #51E9C0
RGB
CMYK
RGB Variations
Color information
#51E9C0 (or 0x51E9C0) is known color: Turquoise. HEX triplet: 51, E9 and C0. RGB value is (81,233,192). Sum of RGB (Red+Green+Blue) = 81+233+192=506 (67% of max value = 765). Red value is 81 (32.03% from 255 or 16.01% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 233 - color contains mainly: green. Hex color #51E9C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51E9C0 is #AE163F. Grayscale: #B6B6B6. Windows color (decimal): -11408960 or 12642641. OLE color: 12642641.
HSL color Cylindrical-coordinate representation of color #51E9C0: hue angle of 163.82º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51E9C0 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
RGB | 81 | 233 | 192 | - |
CMYK | 0.65 | 0 | 0.18 | 0.09 |
HSL | 163.82º | 0.78% | 0.62% | - |
HSV(B) | 163.82º | 0.65% | 0.91% | - |
XYZ | 42.05 | 63.83 | 59.97 | - |
YUV | 182.88 | 133.14 | 55.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 81 | 233 | 192 | 0.65 | 0 | 0.18 | 0.09 | 163.82 | 0.78 | 0.62 |
Hex | 51 | E9 | C0 | 41 | 0 | 12 | 9 | A4 | 4E | 3E |
Octal | 121 | 351 | 300 | 101 | 0 | 22 | 11 | 244 | 116 | 76 |
Binary | 1010001 | 11101001 | 11000000 | 1000001 | 0 | 10010 | 1001 | 10100100 | 1001110 | 111110 |
Color Harmonies of #51E9C0
Complementary color
Monochromatic Colors of #51E9C0
Black with #51E9C0
Text Example
Text Example
White with #51E9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E9C0; }
p { color: rgb(81,233,192); }
H1.HeaderClassName
{
color: #51E9C0;
}
.AnyTagClassName
{
color: #51E9C0;
}
</style>
background-color css
<style>
a { background-color: #51E9C0; }
a { background-color: rgb(81,233,192); }
div.DivClassName
{
background-color: #51E9C0;
}
.BgClassName
{
background-color: #51E9C0;
}
</style>
border-color css
<style>
span { border-color: #51E9C0; }
span { border-color: rgb(81,233,192); }
td.TdClassName
{
border-color: #51E9C0;
}
.TagClassName
{
border-color: #51E9C0;
}
</style>