Color: #32E2BE

#32E2BE Color Information

#32E2BE is a light color. The closest websafe version is #32E2BE. A complement of this color would be #E23255, perceived brightness is 0.66, and the grayscale version is #8A8A8A.

In the HSL color space, this color has a hue angle of 168°,a saturation of 75%, and a lightness of 54%.The HSV representation shows a hue of 168°, a saturation of 78%, and a value of 89%.

In a RGB color space, #32E2BE is composed of 20% red, 89% green and 75% blue. Whereas in a CMYK color space, it is composed of 78% cyan, 0% magenta, 16% yellow and 11% black.

In the Yxy color space, this color is represented as Y: 58.35, x: 0.2706, and y: 0.4150.

Color Code #32E2BE

#32E2BErgb(50, 226, 190)
HEX
#32E2BE
RGB
rgb(50, 226, 190)
HSL
hsl(168, 75%, 54%)
HSV
hsv(168, 78%, 89%)
CMYK
78%, 0%, 16%, 11%
XYZ
X: 38.04, Y: 58.35, Z: 44.20
Lab
L: 80.93, a: -51.09, b: 4.70
Name

Shades of Color #32E2BE

Shades are created by darkening the original color #32E2BE in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #32E2BE

Tints are created by lightening the original color #32E2BE in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#32E2BErgb(50, 226, 190)

About #32E2BE Color Code

In the HSL color space, this color has a hue angle of 168°, a saturation of 75%, and a lightness of 54%. The HSV representation shows a hue of 168°, a saturation of 78%, and a value of 89%.

  • HEX: #32E2BE
  • RGB: rgb(50, 226, 190)
  • HSL: hsl(168, 75%, 54%)
  • HSV: hsv(168, 78%, 89%)
  • CMYK: 78.00% cyan, 0.00% magenta, 16.00% yellow, 11.00% black
  • XYZ: 38.04, 58.35, 44.20
  • Yxy: 58.35, 0.2706, 0.4150
  • Hunter Lab: 80.93, -51.09, 4.70
  • CIE-Lab: 80.93, -51.09, 4.70

In the XYZ color space, this color is represented as X: 38.04, Y: 58.35, Z: 44.20. The Yxy representation further refines this as Y: 58.35, x: 0.2706, and y: 0.4150.

In the Hunter Lab color space, this color is represented as L: 80.93, a: -51.09, and b: 4.70. Similarly, in the CIE-Lab color space, it is represented as L: 80.93, a: -51.09, and b: 4.70.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #32E2BE

Triadic colors are three colors evenly spaced around the color wheel, including #32E2BE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #32E2BE

Analogous colors are adjacent to #32E2BE on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #32E2BE

Split complementary colors are two colors adjacent to the complementary color of #32E2BE. They create a balanced and visually appealing color scheme.

Tetradic Colors of #32E2BE

Tetradic colors form a rectangle on the color wheel, including #32E2BE. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #32E2BE

Monochromatic colors are variations of #32E2BE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #32E2BE

The complementary color of #32E2BE is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #32E2BE

/* Using HEX */
body {
  background-color: #32e2be;
}
/* Using RGB */
body {
  background-color: rgb(50, 226, 190);
}
/* Using RGB with opacity */
body {
  background-color: rgba(50, 226, 190, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(168, 75%, 54%);
}
/* Text color */
p {
  color: #32e2be;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #32e2be;
}
/* Border color */
.box {
  border: 4px solid #32e2be;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #32e2be;
}
Text Shadow Preview
/* Background with text */
div {
  background: #32e2be;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#32E2BE
On Black Background
#32E2BE
On White Background
#32E2BE

HTML Examples of #32E2BE

<!-- Using HEX -->
<div style="background-color: #32e2be; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(50, 226, 190); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(50, 226, 190, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(168, 75%, 54%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #32e2be;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #32e2be; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #32e2be; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #32e2be;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #32e2be; color: #fff; padding: 16px; border-radius: 8px;">
  #32E2BE
</div>
#32E2BE
On Black Background
#32E2BE
On White Background
#32E2BE

Related Colors of #32E2BE

These colors are similar to #32E2BE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.