Shades of Turquoise #51FADD
Tints of Turquoise #51FADD
RGB
CMYK
RGB Variations
Color information
#51FADD (or 0x51FADD) is known color: Turquoise. HEX triplet: 51, FA and DD. RGB value is (81,250,221). Sum of RGB (Red+Green+Blue) = 81+250+221=552 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.67% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #51FADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FADD is #AE0522. Grayscale: #C4C4C4. Windows color (decimal): -11404579 or 14547537. OLE color: 14547537.
HSL color Cylindrical-coordinate representation of color #51FADD: hue angle of 169.7º 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 #51FADD is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 81 | 250 | 221 | - |
| CMYK | 0.68 | 0 | 0.12 | 0.02 |
| HSL | 169.7º | 0.94% | 0.65% | - |
| HSV(B) | 169.7º | 0.68% | 0.98% | - |
| XYZ | 50.63 | 75.34 | 80.28 | - |
| YUV | 196.16 | 142.01 | 45.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 250 | 221 | 0.68 | 0 | 0.12 | 0.02 | 169.7 | 0.94 | 0.65 |
| Hex | 51 | FA | DD | 44 | 0 | C | 2 | AA | 5E | 41 |
| Octal | 121 | 372 | 335 | 104 | 0 | 14 | 2 | 252 | 136 | 101 |
| Binary | 1010001 | 11111010 | 11011101 | 1000100 | 0 | 1100 | 10 | 10101010 | 1011110 | 1000001 |
Color Harmonies of #51FADD
Complementary color
Monochromatic Colors of #51FADD
Black with #51FADD
Text Example
Text Example
White with #51FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FADD; }
p { color: rgb(81,250,221); }
H1.HeaderClassName
{
color: #51FADD;
}
.AnyTagClassName
{
color: #51FADD;
}
</style>
background-color css
<style>
a { background-color: #51FADD; }
a { background-color: rgb(81,250,221); }
div.DivClassName
{
background-color: #51FADD;
}
.BgClassName
{
background-color: #51FADD;
}
</style>
border-color css
<style>
span { border-color: #51FADD; }
span { border-color: rgb(81,250,221); }
td.TdClassName
{
border-color: #51FADD;
}
.TagClassName
{
border-color: #51FADD;
}
</style>