Shades of Turquoise #21DCB9
Tints of Turquoise #21DCB9
RGB
CMYK
RGB Variations
Color information
#21DCB9 (or 0x21DCB9) is known color: Turquoise. HEX triplet: 21, DC and B9. RGB value is (33,220,185). Sum of RGB (Red+Green+Blue) = 33+220+185=438 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.53% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #21DCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DCB9 is #DE2346. Grayscale: #A0A0A0. Windows color (decimal): -14558023 or 12180513. OLE color: 12180513.
HSL color Cylindrical-coordinate representation of color #21DCB9: hue angle of 168.77º 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 #21DCB9 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 220 | 185 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.14 |
| HSL | 168.77º | 0.74% | 0.5% | - |
| HSV(B) | 168.77º | 0.85% | 0.86% | - |
| XYZ | 34.98 | 55.01 | 54.67 | - |
| YUV | 160.1 | 142.05 | 37.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 220 | 185 | 0.85 | 0 | 0.16 | 0.14 | 168.77 | 0.74 | 0.5 |
| Hex | 21 | DC | B9 | 55 | 0 | 10 | E | A9 | 4A | 32 |
| Octal | 41 | 334 | 271 | 125 | 0 | 20 | 16 | 251 | 112 | 62 |
| Binary | 100001 | 11011100 | 10111001 | 1010101 | 0 | 10000 | 1110 | 10101001 | 1001010 | 110010 |
Color Harmonies of #21DCB9
Complementary color
Monochromatic Colors of #21DCB9
Black with #21DCB9
Text Example
Text Example
White with #21DCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DCB9; }
p { color: rgb(33,220,185); }
H1.HeaderClassName
{
color: #21DCB9;
}
.AnyTagClassName
{
color: #21DCB9;
}
</style>
background-color css
<style>
a { background-color: #21DCB9; }
a { background-color: rgb(33,220,185); }
div.DivClassName
{
background-color: #21DCB9;
}
.BgClassName
{
background-color: #21DCB9;
}
</style>
border-color css
<style>
span { border-color: #21DCB9; }
span { border-color: rgb(33,220,185); }
td.TdClassName
{
border-color: #21DCB9;
}
.TagClassName
{
border-color: #21DCB9;
}
</style>