#52CCCC Rapids
#52CCCC (Rapids) RGB value is (82, 204, 204).
Red value is 82, green value is 204, and blue value is 204.
Cylindrical-coordinate representations (HSL) of color #52CCCC: hue: 180°, saturation: 54.5%, and lightness: 56.1%.
Process color (CMYK) of #52CCCC is 59.8%, 0%, 0%, 20%. Web safe color equivalent of #52CCCC is ##66CCCC. Color #52CCCC contains mainly Cyan.
Color Spaces
| Color spaces of #52CCCC | Value |
|---|---|
| RGB | 82, 204, 204 |
| HSL | 180°, 54.5%, 56.1% |
| HSV / HSB | 180°, 59.8%, 80% |
| CMYK | 59.8%, 0%, 0%, 20% |
| XYZ | 35.97, 49.34, 64.74 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 01010010 | 11001100 | 11001100 |
| Octal | 122 | 314 | 314 |
| Decimal | 82 | 204 | 204 |
| Hex | 52 | CC | CC |
Shades of #52CCCC
Tints of #52CCCC
.mybgColor { background-color: #52CCCC; }
.myforeColor { color: #52CCCC; }
.myborderColor { border: 3px solid #52CCCC; }
<p style="color:#52CCCC">Text here</p>
This sample text is styled with font color #52CCCC. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#52CCCC">Div content here</div>
<div style="border:3px solid #52CCCC">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(82, 204, 204, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #52CCCC; }
.divShadow { -moz-box-shadow: 1px 1px 3px #52CCCC;
-webkit-box-shadow: 1px 1px 3px #52CCCC;
box-shadow: 1px 1px 3px #52CCCC; }
This text has a CSS3 shadow effect generated with RGB color values.
This text has a CSS3 shadow effect generated with Hex color values.
Related Colors & Harmonies
Detailed Specifications & Design Guide for #52CCCC (Rapids)
Color Overview & Profile: Color #52CCCC, also known as Rapids, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 32% Red (82/255), 80% Green (204/255), and 80% Blue (204/255). The primary color family component is Cyan.
Print & Physical Production Specs: For physical print production and offset printing setups, #52CCCC translates into the CMYK subtractive color model with values of 59.8% Cyan, 0% Magenta, 0% Yellow, and 20% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 180°, saturation of 54.5%, and lightness of 56.1%.
Web Accessibility & Design Recommendations: When implementing #52CCCC in web frontend frameworks, ensure sufficient contrast ratios for readability according to WCAG 2.1 standards. The web-safe equivalent hex value for this color is ##66CCCC.
