Shades of Turquoise #50FFDF
Tints of Turquoise #50FFDF
RGB
CMYK
RGB Variations
Color information
#50FFDF (or 0x50FFDF) is known color: Turquoise. HEX triplet: 50, FF and DF. RGB value is (80,255,223). Sum of RGB (Red+Green+Blue) = 80+255+223=558 (73% of max value = 765). Red value is 80 (31.64% from 255 or 14.34% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #50FFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50FFDF is #AF0020. Grayscale: #C6C6C6. Windows color (decimal): -11468833 or 14679888. OLE color: 14679888.
HSL color Cylindrical-coordinate representation of color #50FFDF: hue angle of 169.03º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50FFDF is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 255 | 223 | - |
| CMYK | 0.69 | 0 | 0.13 | 0 |
| HSL | 169.03º | 1% | 0.66% | - |
| HSV(B) | 169.03º | 0.69% | 1% | - |
| XYZ | 52.39 | 78.55 | 82.21 | - |
| YUV | 199.03 | 141.52 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 255 | 223 | 0.69 | 0 | 0.13 | 0 | 169.03 | 1 | 0.66 |
| Hex | 50 | FF | DF | 45 | 0 | D | 0 | A9 | 64 | 42 |
| Octal | 120 | 377 | 337 | 105 | 0 | 15 | 0 | 251 | 144 | 102 |
| Binary | 1010000 | 11111111 | 11011111 | 1000101 | 0 | 1101 | 0 | 10101001 | 1100100 | 1000010 |
Color Harmonies of #50FFDF
Complementary color
Monochromatic Colors of #50FFDF
Black with #50FFDF
Text Example
Text Example
White with #50FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50FFDF; }
p { color: rgb(80,255,223); }
H1.HeaderClassName
{
color: #50FFDF;
}
.AnyTagClassName
{
color: #50FFDF;
}
</style>
background-color css
<style>
a { background-color: #50FFDF; }
a { background-color: rgb(80,255,223); }
div.DivClassName
{
background-color: #50FFDF;
}
.BgClassName
{
background-color: #50FFDF;
}
</style>
border-color css
<style>
span { border-color: #50FFDF; }
span { border-color: rgb(80,255,223); }
td.TdClassName
{
border-color: #50FFDF;
}
.TagClassName
{
border-color: #50FFDF;
}
</style>