Shades of Turquoise #51FADA
Tints of Turquoise #51FADA
RGB
CMYK
RGB Variations
Color information
#51FADA (or 0x51FADA) is known color: Turquoise. HEX triplet: 51, FA and DA. RGB value is (81,250,218). Sum of RGB (Red+Green+Blue) = 81+250+218=549 (72% of max value = 765). Red value is 81 (32.03% from 255 or 14.75% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #51FADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FADA is #AE0525. Grayscale: #C3C3C3. Windows color (decimal): -11404582 or 14350929. OLE color: 14350929.
HSL color Cylindrical-coordinate representation of color #51FADA: hue angle of 168.64º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FADA is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 250 | 218 | - |
| CMYK | 0.68 | 0 | 0.13 | 0.02 |
| HSL | 168.64º | 0.94% | 0.65% | - |
| HSV(B) | 168.64º | 0.68% | 0.98% | - |
| XYZ | 50.23 | 75.18 | 78.19 | - |
| YUV | 195.82 | 140.51 | 46.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 250 | 218 | 0.68 | 0 | 0.13 | 0.02 | 168.64 | 0.94 | 0.65 |
| Hex | 51 | FA | DA | 44 | 0 | D | 2 | A9 | 5E | 41 |
| Octal | 121 | 372 | 332 | 104 | 0 | 15 | 2 | 251 | 136 | 101 |
| Binary | 1010001 | 11111010 | 11011010 | 1000100 | 0 | 1101 | 10 | 10101001 | 1011110 | 1000001 |
Color Harmonies of #51FADA
Complementary color
Monochromatic Colors of #51FADA
Black with #51FADA
Text Example
Text Example
White with #51FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FADA; }
p { color: rgb(81,250,218); }
H1.HeaderClassName
{
color: #51FADA;
}
.AnyTagClassName
{
color: #51FADA;
}
</style>
background-color css
<style>
a { background-color: #51FADA; }
a { background-color: rgb(81,250,218); }
div.DivClassName
{
background-color: #51FADA;
}
.BgClassName
{
background-color: #51FADA;
}
</style>
border-color css
<style>
span { border-color: #51FADA; }
span { border-color: rgb(81,250,218); }
td.TdClassName
{
border-color: #51FADA;
}
.TagClassName
{
border-color: #51FADA;
}
</style>