Shades of Turquoise #51FDB7
Tints of Turquoise #51FDB7
RGB
CMYK
RGB Variations
Color information
#51FDB7 (or 0x51FDB7) is known color: Turquoise. HEX triplet: 51, FD and B7. RGB value is (81,253,183). Sum of RGB (Red+Green+Blue) = 81+253+183=517 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.67% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 183 (71.88% from 255 or 35.40% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #51FDB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FDB7 is #AE0248. Grayscale: #C1C1C1. Windows color (decimal): -11403849 or 12057937. OLE color: 12057937.
HSL color Cylindrical-coordinate representation of color #51FDB7: hue angle of 155.58º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FDB7 is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 81 | 253 | 183 | - |
| CMYK | 0.68 | 0 | 0.28 | 0.01 |
| HSL | 155.58º | 0.98% | 0.65% | - |
| HSV(B) | 155.58º | 0.68% | 0.99% | - |
| XYZ | 47.07 | 75.42 | 56.88 | - |
| YUV | 193.59 | 122.02 | 47.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 253 | 183 | 0.68 | 0 | 0.28 | 0.01 | 155.58 | 0.98 | 0.65 |
| Hex | 51 | FD | B7 | 44 | 0 | 1C | 1 | 9C | 62 | 41 |
| Octal | 121 | 375 | 267 | 104 | 0 | 34 | 1 | 234 | 142 | 101 |
| Binary | 1010001 | 11111101 | 10110111 | 1000100 | 0 | 11100 | 1 | 10011100 | 1100010 | 1000001 |
Color Harmonies of #51FDB7
Complementary color
Monochromatic Colors of #51FDB7
Black with #51FDB7
Text Example
Text Example
White with #51FDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FDB7; }
p { color: rgb(81,253,183); }
H1.HeaderClassName
{
color: #51FDB7;
}
.AnyTagClassName
{
color: #51FDB7;
}
</style>
background-color css
<style>
a { background-color: #51FDB7; }
a { background-color: rgb(81,253,183); }
div.DivClassName
{
background-color: #51FDB7;
}
.BgClassName
{
background-color: #51FDB7;
}
</style>
border-color css
<style>
span { border-color: #51FDB7; }
span { border-color: rgb(81,253,183); }
td.TdClassName
{
border-color: #51FDB7;
}
.TagClassName
{
border-color: #51FDB7;
}
</style>