Different text fields in Mysql and their field size

In mysql there are three type of text fields with different length

1. Text  = 65000 Bytes.

2. Medium text = 16 million bytes.

3. Long text = 4 trilian bytes.