Shades of Turquoise #51EDD9
Tints of Turquoise #51EDD9
RGB
CMYK
RGB Variations
Color information
#51EDD9 (or 0x51EDD9) is known color: Turquoise. HEX triplet: 51, ED and D9. RGB value is (81,237,217). Sum of RGB (Red+Green+Blue) = 81+237+217=535 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.14% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 237 - color contains mainly: green. Hex color #51EDD9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51EDD9 is #AE1226. Grayscale: #BCBCBC. Windows color (decimal): -11407911 or 14282065. OLE color: 14282065.
HSL color Cylindrical-coordinate representation of color #51EDD9: hue angle of 172.31º 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 #51EDD9 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 237 | 217 | - |
| CMYK | 0.66 | 0 | 0.08 | 0.07 |
| HSL | 172.31º | 0.81% | 0.62% | - |
| HSV(B) | 172.31º | 0.66% | 0.93% | - |
| XYZ | 46.2 | 67.33 | 76.21 | - |
| YUV | 188.08 | 144.32 | 51.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 237 | 217 | 0.66 | 0 | 0.08 | 0.07 | 172.31 | 0.81 | 0.62 |
| Hex | 51 | ED | D9 | 42 | 0 | 8 | 7 | AC | 51 | 3E |
| Octal | 121 | 355 | 331 | 102 | 0 | 10 | 7 | 254 | 121 | 76 |
| Binary | 1010001 | 11101101 | 11011001 | 1000010 | 0 | 1000 | 111 | 10101100 | 1010001 | 111110 |
Color Harmonies of #51EDD9
Complementary color
Monochromatic Colors of #51EDD9
Black with #51EDD9
Text Example
Text Example
White with #51EDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51EDD9; }
p { color: rgb(81,237,217); }
H1.HeaderClassName
{
color: #51EDD9;
}
.AnyTagClassName
{
color: #51EDD9;
}
</style>
background-color css
<style>
a { background-color: #51EDD9; }
a { background-color: rgb(81,237,217); }
div.DivClassName
{
background-color: #51EDD9;
}
.BgClassName
{
background-color: #51EDD9;
}
</style>
border-color css
<style>
span { border-color: #51EDD9; }
span { border-color: rgb(81,237,217); }
td.TdClassName
{
border-color: #51EDD9;
}
.TagClassName
{
border-color: #51EDD9;
}
</style>