Shades of Bright Turquoise #21D6DB
Tints of Bright Turquoise #21D6DB
RGB
CMYK
RGB Variations
Color information
#21D6DB (or 0x21D6DB) is known color: Bright Turquoise. HEX triplet: 21, D6 and DB. RGB value is (33,214,219). Sum of RGB (Red+Green+Blue) = 33+214+219=466 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.08% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #21D6DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D6DB is #DE2924. Grayscale: #A0A0A0. Windows color (decimal): -14559525 or 14407201. OLE color: 14407201.
HSL color Cylindrical-coordinate representation of color #21D6DB: hue angle of 181.61º 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 #21D6DB is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 214 | 219 | - |
| CMYK | 0.85 | 0.02 | 0 | 0.14 |
| HSL | 181.61º | 0.74% | 0.49% | - |
| HSV(B) | 181.61º | 0.85% | 0.86% | - |
| XYZ | 37.46 | 53.53 | 75.38 | - |
| YUV | 160.45 | 161.03 | 37.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 214 | 219 | 0.85 | 0.02 | 0 | 0.14 | 181.61 | 0.74 | 0.49 |
| Hex | 21 | D6 | DB | 55 | 2 | 0 | E | B6 | 4A | 31 |
| Octal | 41 | 326 | 333 | 125 | 2 | 0 | 16 | 266 | 112 | 61 |
| Binary | 100001 | 11010110 | 11011011 | 1010101 | 10 | 0 | 1110 | 10110110 | 1001010 | 110001 |
Color Harmonies of #21D6DB
Complementary color
Monochromatic Colors of #21D6DB
Black with #21D6DB
Text Example
Text Example
White with #21D6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D6DB; }
p { color: rgb(33,214,219); }
H1.HeaderClassName
{
color: #21D6DB;
}
.AnyTagClassName
{
color: #21D6DB;
}
</style>
background-color css
<style>
a { background-color: #21D6DB; }
a { background-color: rgb(33,214,219); }
div.DivClassName
{
background-color: #21D6DB;
}
.BgClassName
{
background-color: #21D6DB;
}
</style>
border-color css
<style>
span { border-color: #21D6DB; }
span { border-color: rgb(33,214,219); }
td.TdClassName
{
border-color: #21D6DB;
}
.TagClassName
{
border-color: #21D6DB;
}
</style>