(Ow my head)
A color space is a mapping between signal values and corresponding absolute colors.
References
Use Wikipedia for quick reference.
But use the official specs for detailed and authoritative reference (generally the first link in the Wikipedia article's References section), though they are very terse. The specs generally specify encodings, so RGB->YCbCr, leaving it to us to invert them into YCbCr->RGB decoders.
We usually (but not always) say "Rec709" and "Rec2020", but you'll sometimes see "BT.709", "BT.2020", or similar. They're the same. Use whatever name other people are using.