Dear Cecil,
I have recently heard that computers are unable to display the color cyan on their moniters, or eyes aren’t able to see it. Why is this? -Nick Tustin, Suffield CT
That’s news to me. I can see it, and my monitor can display it, just fine.
**budaoc **:
Perhaps you can elaborate or provide the source of what you heard. Otherwise Ditto what Q.E.D. said.
Cyan was one of the basic 16 colors available very early on for computers like the Commodore Superpet and TI-99/4A. It was available is DOS and Basic also.
It displayed fine on all early color monitors I saw.
Jim
A color close to cyan is known as “non-repro blue”; if you mark up a document in it, photocopies will leave out anything written in that color. Maybe that’s what you’re talking about.
From your link:
Perhaps the OP heard this fact after a few rounds of telephone.
By the way, budaoc, these message boards are usually used by community members, not Cecil Adams himself. If you actually want to ask Cecil a question, try his email instead:
cecil@chicagoreader.com (taken from this page)
But that’s CMYK ink used for printing, not the RGB lights used by monitors.
What I think Ultrafilter meant was that once the fact about CMYK ink was discovered, the information was passed around the grapevine (the telephone) until it became the fact of not being reproducable on the monitor.
The old Sinclair Spectrum {Timex Sinclair} also had cyan as one of its 8 colours.
The Commodore SuperPET had a built-in monochrome monitor and was incapable of displaying colour. (Well, technically it could display black and green, but those were the only two.) DOS is an operating system and BASIC is a computer programming language, and as software neither have the ability to produce coloured output except where permitted by the graphics hardware (i.e., the graphics card and monitor, or the printer).
On the Superpet, I don’t remember the monitor being built in, but I will concede it and assume I was thinking of the 64’s we had in High School Computer lab.
I mentioned the software as examples of very early home computer software that had Cyan integrated.
Jim
Back in the days of building custom levels for DOOM, the engine used cyan as the default transparent color for sprites. (cyan=nothing). Maybe this was a widespread convention for FPSs?
This page of optical illusions says that TVs and monitors are incapable of displaying true cyan. Go to about a third down the page to “The Eclipse of Mars”.
Yes, but my point is that the software did not have cyan integrated. In DOS and most BASIC dialects, the best you could do was issue some colour-changing command with a numeric argument. The mappings of numbers to colours was handled by the hardware, not the software. Thus a command such as “COLOR 3” on one computer might change the text cyan, but the same command on another computer with a different graphics card might change it to red. As far as I know none of these early programming languages or CLIs (and possibly no present ones either) used actual colour names, such as “COLOR CYAN”.
In my experience most games and graphics applications from the 1990s used a bright magenta colour, affectionately named “magic pink”, to indicate transparency.