represents an aesthetically appealing version of cyan in graphics or style specifications.
StandardCyan
represents an aesthetically appealing version of cyan in graphics or style specifications.
Details
- StandardCyan is currently equivalent to RGBColor[0,0.74,0.74].
- StandardCyan is a curated color intended to be suitable for a wide array of uses in light and dark themes.
Examples
Basic Examples (4)
Graphics[{StandardCyan, Disk[]}]Make a plot with standard cyan plot style:
Plot[Sin[x], {x, 0, 10}, PlotStyle -> StandardCyan]StandardCyan contrasts with both light and dark mode coloring:
g = Plot[Sin[x], {x, 0, 2Pi}, Background -> StandardCyan];
{LightModePane[g], DarkModePane[g]}Show a sphere with standard cyan coloring:
Graphics3D[{StandardCyan, Sphere[]}]Related Guides
-
▪
- Colors
History
Text
Wolfram Research (2025), StandardCyan, Wolfram Language function, https://reference.wolfram.com/language/ref/StandardCyan.html.
CMS
Wolfram Language. 2025. "StandardCyan." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/StandardCyan.html.
APA
Wolfram Language. (2025). StandardCyan. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/StandardCyan.html
BibTeX
@misc{reference.wolfram_2026_standardcyan, author="Wolfram Research", title="{StandardCyan}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/StandardCyan.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_standardcyan, organization={Wolfram Research}, title={StandardCyan}, year={2025}, url={https://reference.wolfram.com/language/ref/StandardCyan.html}, note=[Accessed: 13-June-2026]}