Cyan
#00ffff · one of 31,915 named colors
Cyan is a medium, vivid cyan with the hex code #00ffff. In RGB it is 0 red, 255 green and 255 blue, and black text is most readable on top of it.
Codes
HEX
#00ffffHEX8
#00ffffffRGB
rgb(0, 255, 255)RGBA
rgba(0, 255, 255, 1)RGB %
rgb(0%, 100%, 100%)HSL
hsl(180, 100%, 50%)HSLA
hsla(180, 100%, 50%, 1)Variables
Sass
$cyan: #00ffff;Less
@cyan: #00ffff;CSS
--cyan: #00ffff;