Shades of Turquoise #21DCBE
Tints of Turquoise #21DCBE
RGB
CMYK
RGB Variations
Color information
#21DCBE (or 0x21DCBE) is known color: Turquoise. HEX triplet: 21, DC and BE. RGB value is (33,220,190). Sum of RGB (Red+Green+Blue) = 33+220+190=443 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.45% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #21DCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DCBE is #DE2341. Grayscale: #A0A0A0. Windows color (decimal): -14558018 or 12508193. OLE color: 12508193.
HSL color Cylindrical-coordinate representation of color #21DCBE: hue angle of 170.37º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DCBE is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 220 | 190 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.14 |
| HSL | 170.37º | 0.74% | 0.5% | - |
| HSV(B) | 170.37º | 0.85% | 0.86% | - |
| XYZ | 35.51 | 55.23 | 57.5 | - |
| YUV | 160.67 | 144.55 | 36.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 220 | 190 | 0.85 | 0 | 0.14 | 0.14 | 170.37 | 0.74 | 0.5 |
| Hex | 21 | DC | BE | 55 | 0 | E | E | AA | 4A | 32 |
| Octal | 41 | 334 | 276 | 125 | 0 | 16 | 16 | 252 | 112 | 62 |
| Binary | 100001 | 11011100 | 10111110 | 1010101 | 0 | 1110 | 1110 | 10101010 | 1001010 | 110010 |
Color Harmonies of #21DCBE
Complementary color
Monochromatic Colors of #21DCBE
Black with #21DCBE
Text Example
Text Example
White with #21DCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DCBE; }
p { color: rgb(33,220,190); }
H1.HeaderClassName
{
color: #21DCBE;
}
.AnyTagClassName
{
color: #21DCBE;
}
</style>
background-color css
<style>
a { background-color: #21DCBE; }
a { background-color: rgb(33,220,190); }
div.DivClassName
{
background-color: #21DCBE;
}
.BgClassName
{
background-color: #21DCBE;
}
</style>
border-color css
<style>
span { border-color: #21DCBE; }
span { border-color: rgb(33,220,190); }
td.TdClassName
{
border-color: #21DCBE;
}
.TagClassName
{
border-color: #21DCBE;
}
</style>