Shades of Turquoise #51FFDF
Tints of Turquoise #51FFDF
RGB
CMYK
RGB Variations
Color information
#51FFDF (or 0x51FFDF) is known color: Turquoise. HEX triplet: 51, FF and DF. RGB value is (81,255,223). Sum of RGB (Red+Green+Blue) = 81+255+223=559 (74% of max value = 765). Red value is 81 (32.03% from 255 or 14.49% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #51FFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FFDF is #AE0020. Grayscale: #C7C7C7. Windows color (decimal): -11403297 or 14679889. OLE color: 14679889.
HSL color Cylindrical-coordinate representation of color #51FFDF: hue angle of 168.97º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FFDF is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 81 | 255 | 223 | - |
| CMYK | 0.68 | 0 | 0.13 | 0 |
| HSL | 168.97º | 1% | 0.66% | - |
| HSV(B) | 168.97º | 0.68% | 1% | - |
| XYZ | 52.47 | 78.6 | 82.22 | - |
| YUV | 199.33 | 141.35 | 43.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 255 | 223 | 0.68 | 0 | 0.13 | 0 | 168.97 | 1 | 0.66 |
| Hex | 51 | FF | DF | 44 | 0 | D | 0 | A9 | 64 | 42 |
| Octal | 121 | 377 | 337 | 104 | 0 | 15 | 0 | 251 | 144 | 102 |
| Binary | 1010001 | 11111111 | 11011111 | 1000100 | 0 | 1101 | 0 | 10101001 | 1100100 | 1000010 |
Color Harmonies of #51FFDF
Complementary color
Monochromatic Colors of #51FFDF
Black with #51FFDF
Text Example
Text Example
White with #51FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51FFDF; }
p { color: rgb(81,255,223); }
H1.HeaderClassName
{
color: #51FFDF;
}
.AnyTagClassName
{
color: #51FFDF;
}
</style>
background-color css
<style>
a { background-color: #51FFDF; }
a { background-color: rgb(81,255,223); }
div.DivClassName
{
background-color: #51FFDF;
}
.BgClassName
{
background-color: #51FFDF;
}
</style>
border-color css
<style>
span { border-color: #51FFDF; }
span { border-color: rgb(81,255,223); }
td.TdClassName
{
border-color: #51FFDF;
}
.TagClassName
{
border-color: #51FFDF;
}
</style>