Shades of Bright Turquoise #21D3DB
Tints of Bright Turquoise #21D3DB
RGB
CMYK
RGB Variations
Color information
#21D3DB (or 0x21D3DB) is known color: Bright Turquoise. HEX triplet: 21, D3 and DB. RGB value is (33,211,219). Sum of RGB (Red+Green+Blue) = 33+211+219=463 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.13% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #21D3DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D3DB is #DE2C24. Grayscale: #9E9E9E. Windows color (decimal): -14560293 or 14406433. OLE color: 14406433.
HSL color Cylindrical-coordinate representation of color #21D3DB: hue angle of 182.58º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D3DB is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 211 | 219 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.14 |
| HSL | 182.58º | 0.74% | 0.49% | - |
| HSV(B) | 182.58º | 0.85% | 0.86% | - |
| XYZ | 36.71 | 52.03 | 75.13 | - |
| YUV | 158.69 | 162.03 | 38.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 211 | 219 | 0.85 | 0.04 | 0 | 0.14 | 182.58 | 0.74 | 0.49 |
| Hex | 21 | D3 | DB | 55 | 4 | 0 | E | B7 | 4A | 31 |
| Octal | 41 | 323 | 333 | 125 | 4 | 0 | 16 | 267 | 112 | 61 |
| Binary | 100001 | 11010011 | 11011011 | 1010101 | 100 | 0 | 1110 | 10110111 | 1001010 | 110001 |
Color Harmonies of #21D3DB
Complementary color
Monochromatic Colors of #21D3DB
Black with #21D3DB
Text Example
Text Example
White with #21D3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D3DB; }
p { color: rgb(33,211,219); }
H1.HeaderClassName
{
color: #21D3DB;
}
.AnyTagClassName
{
color: #21D3DB;
}
</style>
background-color css
<style>
a { background-color: #21D3DB; }
a { background-color: rgb(33,211,219); }
div.DivClassName
{
background-color: #21D3DB;
}
.BgClassName
{
background-color: #21D3DB;
}
</style>
border-color css
<style>
span { border-color: #21D3DB; }
span { border-color: rgb(33,211,219); }
td.TdClassName
{
border-color: #21D3DB;
}
.TagClassName
{
border-color: #21D3DB;
}
</style>