Shades of Turquoise #51E3C5
Tints of Turquoise #51E3C5
RGB
CMYK
RGB Variations
Color information
#51E3C5 (or 0x51E3C5) is known color: Turquoise. HEX triplet: 51, E3 and C5. RGB value is (81,227,197). Sum of RGB (Red+Green+Blue) = 81+227+197=505 (66% of max value = 765). Red value is 81 (32.03% from 255 or 16.04% from 505); Green value is 227 (89.06% from 255 or 44.95% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 227 - color contains mainly: green. Hex color #51E3C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51E3C5 is #AE1C3A. Grayscale: #B3B3B3. Windows color (decimal): -11410491 or 12968785. OLE color: 12968785.
HSL color Cylindrical-coordinate representation of color #51E3C5: hue angle of 167.67º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51E3C5 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 81 | 227 | 197 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.11 |
| HSL | 167.67º | 0.72% | 0.6% | - |
| HSV(B) | 167.67º | 0.64% | 0.89% | - |
| XYZ | 40.94 | 60.72 | 62.39 | - |
| YUV | 179.93 | 137.63 | 57.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 227 | 197 | 0.64 | 0 | 0.13 | 0.11 | 167.67 | 0.72 | 0.6 |
| Hex | 51 | E3 | C5 | 40 | 0 | D | B | A8 | 48 | 3C |
| Octal | 121 | 343 | 305 | 100 | 0 | 15 | 13 | 250 | 110 | 74 |
| Binary | 1010001 | 11100011 | 11000101 | 1000000 | 0 | 1101 | 1011 | 10101000 | 1001000 | 111100 |
Color Harmonies of #51E3C5
Complementary color
Monochromatic Colors of #51E3C5
Black with #51E3C5
Text Example
Text Example
White with #51E3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51E3C5; }
p { color: rgb(81,227,197); }
H1.HeaderClassName
{
color: #51E3C5;
}
.AnyTagClassName
{
color: #51E3C5;
}
</style>
background-color css
<style>
a { background-color: #51E3C5; }
a { background-color: rgb(81,227,197); }
div.DivClassName
{
background-color: #51E3C5;
}
.BgClassName
{
background-color: #51E3C5;
}
</style>
border-color css
<style>
span { border-color: #51E3C5; }
span { border-color: rgb(81,227,197); }
td.TdClassName
{
border-color: #51E3C5;
}
.TagClassName
{
border-color: #51E3C5;
}
</style>