Shades of Turquoise #51E4D0
Tints of Turquoise #51E4D0
RGB
CMYK
RGB Variations
Color information
#51E4D0 (or 0x51E4D0) is known color: Turquoise. HEX triplet: 51, E4 and D0. RGB value is (81,228,208). Sum of RGB (Red+Green+Blue) = 81+228+208=517 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.67% from 517); Green value is 228 (89.45% from 255 or 44.10% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 228 - color contains mainly: green. Hex color #51E4D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51E4D0 is #AE1B2F. Grayscale: #B5B5B5. Windows color (decimal): -11410224 or 13689937. OLE color: 13689937.
HSL color Cylindrical-coordinate representation of color #51E4D0: hue angle of 171.84º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51E4D0 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 81 | 228 | 208 | - |
| CMYK | 0.64 | 0 | 0.09 | 0.11 |
| HSL | 171.84º | 0.73% | 0.61% | - |
| HSV(B) | 171.84º | 0.64% | 0.89% | - |
| XYZ | 42.52 | 61.79 | 69.36 | - |
| YUV | 181.77 | 142.8 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 228 | 208 | 0.64 | 0 | 0.09 | 0.11 | 171.84 | 0.73 | 0.61 |
| Hex | 51 | E4 | D0 | 40 | 0 | 9 | B | AC | 49 | 3D |
| Octal | 121 | 344 | 320 | 100 | 0 | 11 | 13 | 254 | 111 | 75 |
| Binary | 1010001 | 11100100 | 11010000 | 1000000 | 0 | 1001 | 1011 | 10101100 | 1001001 | 111101 |
Color Harmonies of #51E4D0
Complementary color
Monochromatic Colors of #51E4D0
Black with #51E4D0
Text Example
Text Example
White with #51E4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E4D0; }
p { color: rgb(81,228,208); }
H1.HeaderClassName
{
color: #51E4D0;
}
.AnyTagClassName
{
color: #51E4D0;
}
</style>
background-color css
<style>
a { background-color: #51E4D0; }
a { background-color: rgb(81,228,208); }
div.DivClassName
{
background-color: #51E4D0;
}
.BgClassName
{
background-color: #51E4D0;
}
</style>
border-color css
<style>
span { border-color: #51E4D0; }
span { border-color: rgb(81,228,208); }
td.TdClassName
{
border-color: #51E4D0;
}
.TagClassName
{
border-color: #51E4D0;
}
</style>