Shades of Turquoise #51F4E5
Tints of Turquoise #51F4E5
RGB
CMYK
RGB Variations
Color information
#51F4E5 (or 0x51F4E5) is known color: Turquoise. HEX triplet: 51, F4 and E5. RGB value is (81,244,229). Sum of RGB (Red+Green+Blue) = 81+244+229=554 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.62% from 554); Green value is 244 (95.70% from 255 or 44.04% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 244 - color contains mainly: green. Hex color #51F4E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51F4E5 is #AE0B1A. Grayscale: #C1C1C1. Windows color (decimal): -11406107 or 15070289. OLE color: 15070289.
HSL color Cylindrical-coordinate representation of color #51F4E5: hue angle of 174.48º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51F4E5 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 81 | 244 | 229 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.04 |
| HSL | 174.48º | 0.88% | 0.64% | - |
| HSV(B) | 174.48º | 0.67% | 0.96% | - |
| XYZ | 49.89 | 72.11 | 85.42 | - |
| YUV | 193.55 | 148 | 47.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 244 | 229 | 0.67 | 0 | 0.06 | 0.04 | 174.48 | 0.88 | 0.64 |
| Hex | 51 | F4 | E5 | 43 | 0 | 6 | 4 | AE | 58 | 40 |
| Octal | 121 | 364 | 345 | 103 | 0 | 6 | 4 | 256 | 130 | 100 |
| Binary | 1010001 | 11110100 | 11100101 | 1000011 | 0 | 110 | 100 | 10101110 | 1011000 | 1000000 |
Color Harmonies of #51F4E5
Complementary color
Monochromatic Colors of #51F4E5
Black with #51F4E5
Text Example
Text Example
White with #51F4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51F4E5; }
p { color: rgb(81,244,229); }
H1.HeaderClassName
{
color: #51F4E5;
}
.AnyTagClassName
{
color: #51F4E5;
}
</style>
background-color css
<style>
a { background-color: #51F4E5; }
a { background-color: rgb(81,244,229); }
div.DivClassName
{
background-color: #51F4E5;
}
.BgClassName
{
background-color: #51F4E5;
}
</style>
border-color css
<style>
span { border-color: #51F4E5; }
span { border-color: rgb(81,244,229); }
td.TdClassName
{
border-color: #51F4E5;
}
.TagClassName
{
border-color: #51F4E5;
}
</style>