Color: #52CCCC
#52CCCC Color Information
#52CCCC is a light color. The closest websafe version is #52CCCC. A complement of this color would be #CB5252, perceived brightness is 0.66, and the grayscale version is #8F8F8F.
In the HSL color space, this color has a hue angle of 180°,a saturation of 54%, and a lightness of 56%.The HSV representation shows a hue of 180°, a saturation of 100%, and a value of 100%.
In a RGB color space, #52CCCC is composed of 32% red, 80% green and 80% blue. Whereas in a CMYK color space, it is composed of 60% cyan, 0% magenta, 0% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 48.82, x: 0.2665, and y: 0.3657.
Color Code #52CCCC
Shades of Color #52CCCC
Shades are created by darkening the original color #52CCCC 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 #52CCCC
Tints are created by lightening the original color #52CCCC 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.
About #52CCCC Color Code
In the HSL color space, this color has a hue angle of 180°, a saturation of 54%, and a lightness of 56%. The HSV representation shows a hue of 180°, a saturation of 60%, and a value of 80%.
- HEX: #52CCCC
- RGB: rgb(82, 204, 204)
- HSL: hsl(180, 54%, 56%)
- HSV: hsv(180, 60%, 80%)
- CMYK: 60.00% cyan, 0.00% magenta, 0.00% yellow, 20.00% black
- XYZ: 35.57, 48.82, 49.10
- Yxy: 48.82, 0.2665, 0.3657
- Hunter Lab: 75.34, -35.12, -10.74
- CIE-Lab: 75.34, -35.12, -10.74
In the XYZ color space, this color is represented as X: 35.57, Y: 48.82, Z: 49.10. The Yxy representation further refines this as Y: 48.82, x: 0.2665, and y: 0.3657.
In the Hunter Lab color space, this color is represented as L: 75.34, a: -35.12, and b: -10.74. Similarly, in the CIE-Lab color space, it is represented as L: 75.34, a: -35.12, and b: -10.74.
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 #52CCCC
Triadic colors are three colors evenly spaced around the color wheel, including #52CCCC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #52CCCC
Monochromatic colors are variations of #52CCCC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #52CCCC
The complementary color of #52CCCC 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 #52CCCC
/* Using HEX */ body { background-color: #52cccc; }
/* Using RGB */ body { background-color: rgb(82, 204, 204); }
/* Using RGB with opacity */ body { background-color: rgba(82, 204, 204, 0.5); }
/* Using HSL */ body { background-color: hsl(180, 54%, 56%); }
/* Text color */ p { color: #52cccc; }
/* Box shadow */ div { box-shadow: 4px 4px #52cccc; }
HTML Examples of #52CCCC
<!-- Using HEX --> <div style="background-color: #52cccc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(82, 204, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(82, 204, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(180, 54%, 56%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #52cccc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #52cccc; width: 100px; height: 100px;"></div>
Related Colors of #52CCCC
These colors are similar to #52CCCC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.