Shades of Turquoise #51EAC0
Tints of Turquoise #51EAC0
RGB
CMYK
RGB Variations
Color information
#51EAC0 (or 0x51EAC0) is known color: Turquoise. HEX triplet: 51, EA and C0. RGB value is (81,234,192). Sum of RGB (Red+Green+Blue) = 81+234+192=507 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.98% from 507); Green value is 234 (91.80% from 255 or 46.15% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 234 - color contains mainly: green. Hex color #51EAC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EAC0 is #AE153F. Grayscale: #B7B7B7. Windows color (decimal): -11408704 or 12642897. OLE color: 12642897.
HSL color Cylindrical-coordinate representation of color #51EAC0: hue angle of 163.53º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51EAC0 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 234 | 192 | - |
| CMYK | 0.65 | 0 | 0.18 | 0.08 |
| HSL | 163.53º | 0.78% | 0.62% | - |
| HSV(B) | 163.53º | 0.65% | 0.92% | - |
| XYZ | 42.33 | 64.4 | 60.07 | - |
| YUV | 183.47 | 132.81 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 234 | 192 | 0.65 | 0 | 0.18 | 0.08 | 163.53 | 0.78 | 0.62 |
| Hex | 51 | EA | C0 | 41 | 0 | 12 | 8 | A4 | 4E | 3E |
| Octal | 121 | 352 | 300 | 101 | 0 | 22 | 10 | 244 | 116 | 76 |
| Binary | 1010001 | 11101010 | 11000000 | 1000001 | 0 | 10010 | 1000 | 10100100 | 1001110 | 111110 |
Color Harmonies of #51EAC0
Complementary color
Monochromatic Colors of #51EAC0
Black with #51EAC0
Text Example
Text Example
White with #51EAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EAC0; }
p { color: rgb(81,234,192); }
H1.HeaderClassName
{
color: #51EAC0;
}
.AnyTagClassName
{
color: #51EAC0;
}
</style>
background-color css
<style>
a { background-color: #51EAC0; }
a { background-color: rgb(81,234,192); }
div.DivClassName
{
background-color: #51EAC0;
}
.BgClassName
{
background-color: #51EAC0;
}
</style>
border-color css
<style>
span { border-color: #51EAC0; }
span { border-color: rgb(81,234,192); }
td.TdClassName
{
border-color: #51EAC0;
}
.TagClassName
{
border-color: #51EAC0;
}
</style>