Shades of Bright Turquoise #21DBDC
Tints of Bright Turquoise #21DBDC
RGB
CMYK
RGB Variations
Color information
#21DBDC (or 0x21DBDC) is known color: Bright Turquoise. HEX triplet: 21, DB and DC. RGB value is (33,219,220). Sum of RGB (Red+Green+Blue) = 33+219+220=472 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.99% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #21DBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DBDC is #DE2423. Grayscale: #A3A3A3. Windows color (decimal): -14558244 or 14474017. OLE color: 14474017.
HSL color Cylindrical-coordinate representation of color #21DBDC: hue angle of 180.32º 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 #21DBDC is Cyan = 0.85, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 219 | 220 | - |
| CMYK | 0.85 | 0.00 | 0 | 0.14 |
| HSL | 180.32º | 0.74% | 0.5% | - |
| HSV(B) | 180.32º | 0.85% | 0.86% | - |
| XYZ | 38.88 | 56.15 | 76.5 | - |
| YUV | 163.5 | 159.88 | 34.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 219 | 220 | 0.85 | 0.00 | 0 | 0.14 | 180.32 | 0.74 | 0.5 |
| Hex | 21 | DB | DC | 55 | 0 | 0 | E | B4 | 4A | 32 |
| Octal | 41 | 333 | 334 | 125 | 0 | 0 | 16 | 264 | 112 | 62 |
| Binary | 100001 | 11011011 | 11011100 | 1010101 | 0 | 0 | 1110 | 10110100 | 1001010 | 110010 |
Color Harmonies of #21DBDC
Complementary color
Monochromatic Colors of #21DBDC
Black with #21DBDC
Text Example
Text Example
White with #21DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DBDC; }
p { color: rgb(33,219,220); }
H1.HeaderClassName
{
color: #21DBDC;
}
.AnyTagClassName
{
color: #21DBDC;
}
</style>
background-color css
<style>
a { background-color: #21DBDC; }
a { background-color: rgb(33,219,220); }
div.DivClassName
{
background-color: #21DBDC;
}
.BgClassName
{
background-color: #21DBDC;
}
</style>
border-color css
<style>
span { border-color: #21DBDC; }
span { border-color: rgb(33,219,220); }
td.TdClassName
{
border-color: #21DBDC;
}
.TagClassName
{
border-color: #21DBDC;
}
</style>