Shades of Turquoise #51F0D9
Tints of Turquoise #51F0D9
RGB
CMYK
RGB Variations
Color information
#51F0D9 (or 0x51F0D9) is known color: Turquoise. HEX triplet: 51, F0 and D9. RGB value is (81,240,217). Sum of RGB (Red+Green+Blue) = 81+240+217=538 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15.06% from 538); Green value is 240 (94.14% from 255 or 44.61% from 538); Blue value is 217 (85.16% from 255 or 40.33% from 538); Max value from RGB is 240 - color contains mainly: green. Hex color #51F0D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51F0D9 is #AE0F26. Grayscale: #BDBDBD. Windows color (decimal): -11407143 or 14282833. OLE color: 14282833.
HSL color Cylindrical-coordinate representation of color #51F0D9: hue angle of 171.32º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51F0D9 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 81 | 240 | 217 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.06 |
| HSL | 171.32º | 0.84% | 0.63% | - |
| HSV(B) | 171.32º | 0.66% | 0.94% | - |
| XYZ | 47.08 | 69.08 | 76.5 | - |
| YUV | 189.84 | 143.32 | 50.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 240 | 217 | 0.66 | 0 | 0.10 | 0.06 | 171.32 | 0.84 | 0.63 |
| Hex | 51 | F0 | D9 | 42 | 0 | A | 6 | AB | 54 | 3F |
| Octal | 121 | 360 | 331 | 102 | 0 | 12 | 6 | 253 | 124 | 77 |
| Binary | 1010001 | 11110000 | 11011001 | 1000010 | 0 | 1010 | 110 | 10101011 | 1010100 | 111111 |
Color Harmonies of #51F0D9
Complementary color
Monochromatic Colors of #51F0D9
Black with #51F0D9
Text Example
Text Example
White with #51F0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51F0D9; }
p { color: rgb(81,240,217); }
H1.HeaderClassName
{
color: #51F0D9;
}
.AnyTagClassName
{
color: #51F0D9;
}
</style>
background-color css
<style>
a { background-color: #51F0D9; }
a { background-color: rgb(81,240,217); }
div.DivClassName
{
background-color: #51F0D9;
}
.BgClassName
{
background-color: #51F0D9;
}
</style>
border-color css
<style>
span { border-color: #51F0D9; }
span { border-color: rgb(81,240,217); }
td.TdClassName
{
border-color: #51F0D9;
}
.TagClassName
{
border-color: #51F0D9;
}
</style>