Shades of Bright Turquoise #21DBDD
Tints of Bright Turquoise #21DBDD
RGB
CMYK
RGB Variations
Color information
#21DBDD (or 0x21DBDD) is known color: Bright Turquoise. HEX triplet: 21, DB and DD. RGB value is (33,219,221). Sum of RGB (Red+Green+Blue) = 33+219+221=473 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.98% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #21DBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DBDD is #DE2422. Grayscale: #A3A3A3. Windows color (decimal): -14558243 or 14539553. OLE color: 14539553.
HSL color Cylindrical-coordinate representation of color #21DBDD: hue angle of 180.64º 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 #21DBDD is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 219 | 221 | - |
| CMYK | 0.85 | 0.01 | 0 | 0.13 |
| HSL | 180.64º | 0.74% | 0.5% | - |
| HSV(B) | 180.64º | 0.85% | 0.87% | - |
| XYZ | 39.01 | 56.21 | 77.2 | - |
| YUV | 163.61 | 160.38 | 34.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 219 | 221 | 0.85 | 0.01 | 0 | 0.13 | 180.64 | 0.74 | 0.5 |
| Hex | 21 | DB | DD | 55 | 1 | 0 | D | B5 | 4A | 32 |
| Octal | 41 | 333 | 335 | 125 | 1 | 0 | 15 | 265 | 112 | 62 |
| Binary | 100001 | 11011011 | 11011101 | 1010101 | 1 | 0 | 1101 | 10110101 | 1001010 | 110010 |
Color Harmonies of #21DBDD
Complementary color
Monochromatic Colors of #21DBDD
Black with #21DBDD
Text Example
Text Example
White with #21DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DBDD; }
p { color: rgb(33,219,221); }
H1.HeaderClassName
{
color: #21DBDD;
}
.AnyTagClassName
{
color: #21DBDD;
}
</style>
background-color css
<style>
a { background-color: #21DBDD; }
a { background-color: rgb(33,219,221); }
div.DivClassName
{
background-color: #21DBDD;
}
.BgClassName
{
background-color: #21DBDD;
}
</style>
border-color css
<style>
span { border-color: #21DBDD; }
span { border-color: rgb(33,219,221); }
td.TdClassName
{
border-color: #21DBDD;
}
.TagClassName
{
border-color: #21DBDD;
}
</style>