Shades of Turquoise #51EDC5
Tints of Turquoise #51EDC5
RGB
CMYK
RGB Variations
Color information
#51EDC5 (or 0x51EDC5) is known color: Turquoise. HEX triplet: 51, ED and C5. RGB value is (81,237,197). Sum of RGB (Red+Green+Blue) = 81+237+197=515 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.73% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 237 - color contains mainly: green. Hex color #51EDC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EDC5 is #AE123A. Grayscale: #B9B9B9. Windows color (decimal): -11407931 or 12971345. OLE color: 12971345.
HSL color Cylindrical-coordinate representation of color #51EDC5: hue angle of 164.62º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51EDC5 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 237 | 197 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.07 |
| HSL | 164.62º | 0.81% | 0.62% | - |
| HSV(B) | 164.62º | 0.66% | 0.93% | - |
| XYZ | 43.76 | 66.35 | 63.32 | - |
| YUV | 185.8 | 134.32 | 53.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 237 | 197 | 0.66 | 0 | 0.17 | 0.07 | 164.62 | 0.81 | 0.62 |
| Hex | 51 | ED | C5 | 42 | 0 | 11 | 7 | A5 | 51 | 3E |
| Octal | 121 | 355 | 305 | 102 | 0 | 21 | 7 | 245 | 121 | 76 |
| Binary | 1010001 | 11101101 | 11000101 | 1000010 | 0 | 10001 | 111 | 10100101 | 1010001 | 111110 |
Color Harmonies of #51EDC5
Complementary color
Monochromatic Colors of #51EDC5
Black with #51EDC5
Text Example
Text Example
White with #51EDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EDC5; }
p { color: rgb(81,237,197); }
H1.HeaderClassName
{
color: #51EDC5;
}
.AnyTagClassName
{
color: #51EDC5;
}
</style>
background-color css
<style>
a { background-color: #51EDC5; }
a { background-color: rgb(81,237,197); }
div.DivClassName
{
background-color: #51EDC5;
}
.BgClassName
{
background-color: #51EDC5;
}
</style>
border-color css
<style>
span { border-color: #51EDC5; }
span { border-color: rgb(81,237,197); }
td.TdClassName
{
border-color: #51EDC5;
}
.TagClassName
{
border-color: #51EDC5;
}
</style>