Aqua Hex Code — #00FFFF

RGB, HSL, and CMYK values for Aqua.

Aqua Color Values

FormatValue
HEX#00FFFF
RGBrgb(0, 255, 255)
HSLhsl(180, 100%, 50%)
CMYKcmyk(100%, 0%, 0%, 0%)
Want to explore more shades? Use our Color Converter

About Aqua

Color psychology: Cleansing, refreshing.

Aqua (#00FFFF) is a medium shade of blue. It's commonly used in web design, graphic design, and branding where cleansing, refreshing are desired associations.

How to Use Aqua in CSS

/* Using HEX */
color: #00FFFF;
background-color: #00FFFF;

/* Using RGB */
color: rgb(0, 255, 255);

/* Using HSL */
color: hsl(180, 100%, 50%);

Colors That Go With Aqua

Complementary

Analogous

Triadic

Similar Shades of Blue

Frequently Asked Questions