All CSS Colors
#40E0D0turquoise

Turquoise

CSS named color · Blue family

HEX#40E0D0
RGBrgb(64, 224, 208)
HSLhsl(174, 72%, 56%)
CSSturquoise

Tints & Shades

#e0faf7
#bdf4ef
#9fefe7
#80eae0
#5de5d7
#40E0D0
#22cebd
#1aa295
#147b71
#0e534c
#062724
LighterDarker

Complementary Color

Turquoise

#40E0D0

Complement

#e03e4e

hsl(354, 72%, 56%)

CSS Usage

.element {
  color: turquoise;
  background-color: turquoise;
}

/* Using hex */
.element {
  color: #40E0D0;
  background-color: #40E0D0;
}

/* Using RGB */
.element {
  color: rgb(64, 224, 208);
  background-color: rgb(64, 224, 208);
}

Similar Colors

Related Tools

Browse All CSS Colors