Hex | 21d5d5 |
RGB | 32 , 213 , 213 |
RGB % | 7.0, 46.5, 46.5 |
HSL | 180, 73.2, 48.2 |
HSV | 180, 84.5, 83.5 |
CMYK | 215.5,0,0,42 |
XYZ | 0.364, 0.527, 0.712 |
xyY | 0.227, 0.329, 0.527 |
CIE-LAB | 0.777, -0.407, -0.12 |
CIE-LUV | 0.777, -0.584, -0.126 |
CIE-HCL | 196.461, 0.425, 0.777 |
Binary | 00100000,11010101,11010101 |
#21d5d5 HTML/CSS Color Name is Bright Turquoise / Robin's Egg Blue / Blue.
In a RGB color space, #21d5d5 color RGB value is (Red:32,Green:213,Blue:213). it is composed of 7.0% red, 46.5% green and 46.5% blue. The process color (four color CMYK) of #21d5d5 color hex is 215.5,0,0,42. HSL of color #21d5d5 hue: 180 , saturation: 73.2 and the lightness value of 21d5d5 is 48.2. Mainly color is Blue. Reverse color is: #df2a2a.
The color codes conversion takes 1.767011 milliseconds.
.bgcolor {background-color:#21d5d5; .textcolor {color:#21d5d5; } .bordercolor {border:3px solid #21d5d5; }
<p style="color:#21d5d5">Text here</p>
<p style="background-color:#21d5d5;">Content here</p>
<div style="border:1px solid #21d5d5;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #21d5d5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #21d5d5; -webkit-box-shadow: 1px 1px 3px 2px #21d5d5; box-shadow: 1px 1px 3px 2px #21d5d5; }
<p style="text-shadow: 4px 4px 2px #21d5d5">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #21d5d5; -webkit-box-shadow: 1px 1px 3px 2px #21d5d5; box-shadow: 1px 1px 3px 2px #21d5d5;">
Content here</div>