Shades of Bright Turquoise #21ECD6
Tints of Bright Turquoise #21ECD6
RGB
CMYK
RGB Variations
Color information
#21ECD6 (or 0x21ECD6) is known color: Bright Turquoise. HEX triplet: 21, EC and D6. RGB value is (33,236,214). Sum of RGB (Red+Green+Blue) = 33+236+214=483 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.83% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #21ECD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21ECD6 is #DE1329. Grayscale: #ACACAC. Windows color (decimal): -14553898 or 14085153. OLE color: 14085153.
HSL color Cylindrical-coordinate representation of color #21ECD6: hue angle of 173.5º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21ECD6 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 236 | 214 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.07 |
| HSL | 173.5º | 0.84% | 0.53% | - |
| HSV(B) | 173.5º | 0.86% | 0.93% | - |
| XYZ | 42.76 | 65.17 | 73.94 | - |
| YUV | 172.8 | 151.25 | 28.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 236 | 214 | 0.86 | 0 | 0.09 | 0.07 | 173.5 | 0.84 | 0.53 |
| Hex | 21 | EC | D6 | 56 | 0 | 9 | 7 | AD | 54 | 35 |
| Octal | 41 | 354 | 326 | 126 | 0 | 11 | 7 | 255 | 124 | 65 |
| Binary | 100001 | 11101100 | 11010110 | 1010110 | 0 | 1001 | 111 | 10101101 | 1010100 | 110101 |
Color Harmonies of #21ECD6
Complementary color
Monochromatic Colors of #21ECD6
Black with #21ECD6
Text Example
Text Example
White with #21ECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ECD6; }
p { color: rgb(33,236,214); }
H1.HeaderClassName
{
color: #21ECD6;
}
.AnyTagClassName
{
color: #21ECD6;
}
</style>
background-color css
<style>
a { background-color: #21ECD6; }
a { background-color: rgb(33,236,214); }
div.DivClassName
{
background-color: #21ECD6;
}
.BgClassName
{
background-color: #21ECD6;
}
</style>
border-color css
<style>
span { border-color: #21ECD6; }
span { border-color: rgb(33,236,214); }
td.TdClassName
{
border-color: #21ECD6;
}
.TagClassName
{
border-color: #21ECD6;
}
</style>