Shades of Turquoise #21DDB9
Tints of Turquoise #21DDB9
RGB
CMYK
RGB Variations
Color information
#21DDB9 (or 0x21DDB9) is known color: Turquoise. HEX triplet: 21, DD and B9. RGB value is (33,221,185). Sum of RGB (Red+Green+Blue) = 33+221+185=439 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.52% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #21DDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DDB9 is #DE2246. Grayscale: #A0A0A0. Windows color (decimal): -14557767 or 12180769. OLE color: 12180769.
HSL color Cylindrical-coordinate representation of color #21DDB9: hue angle of 168.51º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DDB9 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 221 | 185 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.13 |
| HSL | 168.51º | 0.74% | 0.5% | - |
| HSV(B) | 168.51º | 0.85% | 0.87% | - |
| XYZ | 35.24 | 55.54 | 54.76 | - |
| YUV | 160.68 | 141.72 | 36.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 221 | 185 | 0.85 | 0 | 0.16 | 0.13 | 168.51 | 0.74 | 0.5 |
| Hex | 21 | DD | B9 | 55 | 0 | 10 | D | A9 | 4A | 32 |
| Octal | 41 | 335 | 271 | 125 | 0 | 20 | 15 | 251 | 112 | 62 |
| Binary | 100001 | 11011101 | 10111001 | 1010101 | 0 | 10000 | 1101 | 10101001 | 1001010 | 110010 |
Color Harmonies of #21DDB9
Complementary color
Monochromatic Colors of #21DDB9
Black with #21DDB9
Text Example
Text Example
White with #21DDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DDB9; }
p { color: rgb(33,221,185); }
H1.HeaderClassName
{
color: #21DDB9;
}
.AnyTagClassName
{
color: #21DDB9;
}
</style>
background-color css
<style>
a { background-color: #21DDB9; }
a { background-color: rgb(33,221,185); }
div.DivClassName
{
background-color: #21DDB9;
}
.BgClassName
{
background-color: #21DDB9;
}
</style>
border-color css
<style>
span { border-color: #21DDB9; }
span { border-color: rgb(33,221,185); }
td.TdClassName
{
border-color: #21DDB9;
}
.TagClassName
{
border-color: #21DDB9;
}
</style>