Shades of Turquoise #21DDC1
Tints of Turquoise #21DDC1
RGB
CMYK
RGB Variations
Color information
#21DDC1 (or 0x21DDC1) is known color: Turquoise. HEX triplet: 21, DD and C1. RGB value is (33,221,193). Sum of RGB (Red+Green+Blue) = 33+221+193=447 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.38% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #21DDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DDC1 is #DE223E. Grayscale: #A1A1A1. Windows color (decimal): -14557759 or 12705057. OLE color: 12705057.
HSL color Cylindrical-coordinate representation of color #21DDC1: hue angle of 171.06º 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 #21DDC1 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 221 | 193 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.13 |
| HSL | 171.06º | 0.74% | 0.5% | - |
| HSV(B) | 171.06º | 0.85% | 0.87% | - |
| XYZ | 36.11 | 55.89 | 59.34 | - |
| YUV | 161.6 | 145.72 | 36.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 221 | 193 | 0.85 | 0 | 0.13 | 0.13 | 171.06 | 0.74 | 0.5 |
| Hex | 21 | DD | C1 | 55 | 0 | D | D | AB | 4A | 32 |
| Octal | 41 | 335 | 301 | 125 | 0 | 15 | 15 | 253 | 112 | 62 |
| Binary | 100001 | 11011101 | 11000001 | 1010101 | 0 | 1101 | 1101 | 10101011 | 1001010 | 110010 |
Color Harmonies of #21DDC1
Complementary color
Monochromatic Colors of #21DDC1
Black with #21DDC1
Text Example
Text Example
White with #21DDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DDC1; }
p { color: rgb(33,221,193); }
H1.HeaderClassName
{
color: #21DDC1;
}
.AnyTagClassName
{
color: #21DDC1;
}
</style>
background-color css
<style>
a { background-color: #21DDC1; }
a { background-color: rgb(33,221,193); }
div.DivClassName
{
background-color: #21DDC1;
}
.BgClassName
{
background-color: #21DDC1;
}
</style>
border-color css
<style>
span { border-color: #21DDC1; }
span { border-color: rgb(33,221,193); }
td.TdClassName
{
border-color: #21DDC1;
}
.TagClassName
{
border-color: #21DDC1;
}
</style>