Shades of Turquoise #21DDBC
Tints of Turquoise #21DDBC
RGB
CMYK
RGB Variations
Color information
#21DDBC (or 0x21DDBC) is known color: Turquoise. HEX triplet: 21, DD and BC. RGB value is (33,221,188). Sum of RGB (Red+Green+Blue) = 33+221+188=442 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.47% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #21DDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DDBC is #DE2243. Grayscale: #A0A0A0. Windows color (decimal): -14557764 or 12377377. OLE color: 12377377.
HSL color Cylindrical-coordinate representation of color #21DDBC: hue angle of 169.47º 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 #21DDBC is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 221 | 188 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.13 |
| HSL | 169.47º | 0.74% | 0.5% | - |
| HSV(B) | 169.47º | 0.85% | 0.87% | - |
| XYZ | 35.56 | 55.67 | 56.45 | - |
| YUV | 161.03 | 143.22 | 36.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 221 | 188 | 0.85 | 0 | 0.15 | 0.13 | 169.47 | 0.74 | 0.5 |
| Hex | 21 | DD | BC | 55 | 0 | F | D | A9 | 4A | 32 |
| Octal | 41 | 335 | 274 | 125 | 0 | 17 | 15 | 251 | 112 | 62 |
| Binary | 100001 | 11011101 | 10111100 | 1010101 | 0 | 1111 | 1101 | 10101001 | 1001010 | 110010 |
Color Harmonies of #21DDBC
Complementary color
Monochromatic Colors of #21DDBC
Black with #21DDBC
Text Example
Text Example
White with #21DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DDBC; }
p { color: rgb(33,221,188); }
H1.HeaderClassName
{
color: #21DDBC;
}
.AnyTagClassName
{
color: #21DDBC;
}
</style>
background-color css
<style>
a { background-color: #21DDBC; }
a { background-color: rgb(33,221,188); }
div.DivClassName
{
background-color: #21DDBC;
}
.BgClassName
{
background-color: #21DDBC;
}
</style>
border-color css
<style>
span { border-color: #21DDBC; }
span { border-color: rgb(33,221,188); }
td.TdClassName
{
border-color: #21DDBC;
}
.TagClassName
{
border-color: #21DDBC;
}
</style>