Shades of Turquoise #50F1DF
Tints of Turquoise #50F1DF
RGB
CMYK
RGB Variations
Color information
#50F1DF (or 0x50F1DF) is known color: Turquoise. HEX triplet: 50, F1 and DF. RGB value is (80,241,223). Sum of RGB (Red+Green+Blue) = 80+241+223=544 (72% of max value = 765). Red value is 80 (31.64% from 255 or 14.71% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #50F1DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #50F1DF is #AF0E20. Grayscale: #BEBEBE. Windows color (decimal): -11472417 or 14676304. OLE color: 14676304.
HSL color Cylindrical-coordinate representation of color #50F1DF: hue angle of 173.29º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50F1DF is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 241 | 223 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.05 |
| HSL | 173.29º | 0.85% | 0.63% | - |
| HSV(B) | 173.29º | 0.67% | 0.95% | - |
| XYZ | 48.08 | 69.94 | 80.78 | - |
| YUV | 190.81 | 146.16 | 48.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 241 | 223 | 0.67 | 0 | 0.07 | 0.05 | 173.29 | 0.85 | 0.63 |
| Hex | 50 | F1 | DF | 43 | 0 | 7 | 5 | AD | 55 | 3F |
| Octal | 120 | 361 | 337 | 103 | 0 | 7 | 5 | 255 | 125 | 77 |
| Binary | 1010000 | 11110001 | 11011111 | 1000011 | 0 | 111 | 101 | 10101101 | 1010101 | 111111 |
Color Harmonies of #50F1DF
Complementary color
Monochromatic Colors of #50F1DF
Black with #50F1DF
Text Example
Text Example
White with #50F1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F1DF; }
p { color: rgb(80,241,223); }
H1.HeaderClassName
{
color: #50F1DF;
}
.AnyTagClassName
{
color: #50F1DF;
}
</style>
background-color css
<style>
a { background-color: #50F1DF; }
a { background-color: rgb(80,241,223); }
div.DivClassName
{
background-color: #50F1DF;
}
.BgClassName
{
background-color: #50F1DF;
}
</style>
border-color css
<style>
span { border-color: #50F1DF; }
span { border-color: rgb(80,241,223); }
td.TdClassName
{
border-color: #50F1DF;
}
.TagClassName
{
border-color: #50F1DF;
}
</style>