#52cccc color RGB value is (5, 44, 204).
#52cccc hex color red value is 5, green value is 44, and blue value is 204.
Cylindrical-coordinate representations (HSL) of color #52cccc
hue: 228.24,
saturation: 0.95 and lightness: 0.41.
The process color (four-color CMYK) of #52cccc color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #52cccc is #ff9999. Color #52cccc contains mainly RED.
| Color spaces of #52cccc | Value |
|---|---|
| RGB | 82, 204, 204 |
| HSL | 0.5, 0.54, 0.56 |
| HSV | 180°, 60°, 80° |
| XYZ | 35.97, 49.34, 64.74 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 1010010 | 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 the font color #52cccc. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<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; }
<p style="text-shadow: 4px 4px 2px rgba(82, 204, 204, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #52cccc;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #52cccc;
-webkit-box-shadow: 1px 1px 3px #52cccc;
box-shadow: 1px 1px 3px #52cccc;">Div content here</div>
