They are numbers that have no common factors, other than 1.
For instance, the pair of values {27,38} are considered coprime. Another equivalent term is "relatively prime".
We can check if a set of values is coprime by looking at the prime factorization.
27 = 3*3*3
38 = 2*19