I found the following explanation from Math exchange
A language is Recognizable iff there is a Turing Machine which will halt and accept only the strings in that language and for strings not in the language, the TM either rejects, or does not halt at all. Note: there is no requirement that the Turing Machine should halt for strings not in the language.
A language is Decidable iff there is a Turing Machine which will accept strings in the language and reject strings not in the language."
I really don't see the difference in two. what's the difference between a Turing machine that ONLY accepts string in a languages vs a Turing machine that accepts strings in a language? does that mean any Turing Machine can accept anything?