Shades of Bright Turquoise #21ECDD
Tints of Bright Turquoise #21ECDD
RGB
CMYK
RGB Variations
Color information
#21ECDD (or 0x21ECDD) is known color: Bright Turquoise. HEX triplet: 21, EC and DD. RGB value is (33,236,221). Sum of RGB (Red+Green+Blue) = 33+236+221=490 (64% of max value = 765). Red value is 33 (13.28% from 255 or 6.73% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #21ECDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21ECDD is #DE1322. Grayscale: #ADADAD. Windows color (decimal): -14553891 or 14543905. OLE color: 14543905.
HSL color Cylindrical-coordinate representation of color #21ECDD: hue angle of 175.57º 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 #21ECDD is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 236 | 221 | - |
| CMYK | 0.86 | 0 | 0.06 | 0.07 |
| HSL | 175.57º | 0.84% | 0.53% | - |
| HSV(B) | 175.57º | 0.86% | 0.93% | - |
| XYZ | 43.67 | 65.53 | 78.75 | - |
| YUV | 173.59 | 154.75 | 27.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 236 | 221 | 0.86 | 0 | 0.06 | 0.07 | 175.57 | 0.84 | 0.53 |
| Hex | 21 | EC | DD | 56 | 0 | 6 | 7 | B0 | 54 | 35 |
| Octal | 41 | 354 | 335 | 126 | 0 | 6 | 7 | 260 | 124 | 65 |
| Binary | 100001 | 11101100 | 11011101 | 1010110 | 0 | 110 | 111 | 10110000 | 1010100 | 110101 |
Color Harmonies of #21ECDD
Complementary color
Monochromatic Colors of #21ECDD
Black with #21ECDD
Text Example
Text Example
White with #21ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ECDD; }
p { color: rgb(33,236,221); }
H1.HeaderClassName
{
color: #21ECDD;
}
.AnyTagClassName
{
color: #21ECDD;
}
</style>
background-color css
<style>
a { background-color: #21ECDD; }
a { background-color: rgb(33,236,221); }
div.DivClassName
{
background-color: #21ECDD;
}
.BgClassName
{
background-color: #21ECDD;
}
</style>
border-color css
<style>
span { border-color: #21ECDD; }
span { border-color: rgb(33,236,221); }
td.TdClassName
{
border-color: #21ECDD;
}
.TagClassName
{
border-color: #21ECDD;
}
</style>