How do I get this colour font??

Can somebody please tell me where I can find a list of colours in monkey c for my Fenix 6X Pro, or how I can get a bright, visible cyan colour?

Thanks to FlowState and my son, I almost have a functioning tide watch face that I can read with poor eyesight.

But I have one hurdle remaining and I can't believe I haven't been able to find the answer to such a basic question.

I have a Fenix 6X Pro and I just want to have the colour "cyan" on the font on my watch face. I know it's possible, because I have used watch faces that have cyan font.

But I can't even find a list of colours that are available in Monkey C. On this forum, there are three links to the colours available, but those links are all broken.

I did find out that my watch apparently has 64 colours, but no idea what they are or what they are called in the code.

So I tried this:       var cyan = 0x00FFFF;        and also:       var cyan = 0x80FFFF;         and          var cyan = 0xC0FFFF;

They all look great in the simulator, but are so faint on the watchface that I can barely see them.