Shades of Turquoise #51FADE
Tints of Turquoise #51FADE
RGB
CMYK
RGB Variations
Color information
#51FADE (or 0x51FADE) is known color: Turquoise. HEX triplet: 51, FA and DE. RGB value is (81,250,222). Sum of RGB (Red+Green+Blue) = 81+250+222=553 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.65% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #51FADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FADE is #AE0521. Grayscale: #C4C4C4. Windows color (decimal): -11404578 or 14613073. OLE color: 14613073.
HSL color Cylindrical-coordinate representation of color #51FADE: hue angle of 170.06º 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 #51FADE is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 250 | 222 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.02 |
| HSL | 170.06º | 0.94% | 0.65% | - |
| HSV(B) | 170.06º | 0.68% | 0.98% | - |
| XYZ | 50.76 | 75.39 | 80.98 | - |
| YUV | 196.28 | 142.51 | 45.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 250 | 222 | 0.68 | 0 | 0.11 | 0.02 | 170.06 | 0.94 | 0.65 |
| Hex | 51 | FA | DE | 44 | 0 | B | 2 | AA | 5E | 41 |
| Octal | 121 | 372 | 336 | 104 | 0 | 13 | 2 | 252 | 136 | 101 |
| Binary | 1010001 | 11111010 | 11011110 | 1000100 | 0 | 1011 | 10 | 10101010 | 1011110 | 1000001 |
Color Harmonies of #51FADE
Complementary color
Monochromatic Colors of #51FADE
Black with #51FADE
Text Example
Text Example
White with #51FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FADE; }
p { color: rgb(81,250,222); }
H1.HeaderClassName
{
color: #51FADE;
}
.AnyTagClassName
{
color: #51FADE;
}
</style>
background-color css
<style>
a { background-color: #51FADE; }
a { background-color: rgb(81,250,222); }
div.DivClassName
{
background-color: #51FADE;
}
.BgClassName
{
background-color: #51FADE;
}
</style>
border-color css
<style>
span { border-color: #51FADE; }
span { border-color: rgb(81,250,222); }
td.TdClassName
{
border-color: #51FADE;
}
.TagClassName
{
border-color: #51FADE;
}
</style>