Shades of Bright Turquoise #21D5DB
Tints of Bright Turquoise #21D5DB
RGB
CMYK
RGB Variations
Color information
#21D5DB (or 0x21D5DB) is known color: Bright Turquoise. HEX triplet: 21, D5 and DB. RGB value is (33,213,219). Sum of RGB (Red+Green+Blue) = 33+213+219=465 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.10% from 465); Green value is 213 (83.59% from 255 or 45.81% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #21D5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D5DB is #DE2A24. Grayscale: #9F9F9F. Windows color (decimal): -14559781 or 14406945. OLE color: 14406945.
HSL color Cylindrical-coordinate representation of color #21D5DB: hue angle of 181.94º 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 #21D5DB is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 213 | 219 | - |
| CMYK | 0.85 | 0.03 | 0 | 0.14 |
| HSL | 181.94º | 0.74% | 0.49% | - |
| HSV(B) | 181.94º | 0.85% | 0.86% | - |
| XYZ | 37.21 | 53.03 | 75.29 | - |
| YUV | 159.86 | 161.37 | 37.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 213 | 219 | 0.85 | 0.03 | 0 | 0.14 | 181.94 | 0.74 | 0.49 |
| Hex | 21 | D5 | DB | 55 | 3 | 0 | E | B6 | 4A | 31 |
| Octal | 41 | 325 | 333 | 125 | 3 | 0 | 16 | 266 | 112 | 61 |
| Binary | 100001 | 11010101 | 11011011 | 1010101 | 11 | 0 | 1110 | 10110110 | 1001010 | 110001 |
Color Harmonies of #21D5DB
Complementary color
Monochromatic Colors of #21D5DB
Black with #21D5DB
Text Example
Text Example
White with #21D5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D5DB; }
p { color: rgb(33,213,219); }
H1.HeaderClassName
{
color: #21D5DB;
}
.AnyTagClassName
{
color: #21D5DB;
}
</style>
background-color css
<style>
a { background-color: #21D5DB; }
a { background-color: rgb(33,213,219); }
div.DivClassName
{
background-color: #21D5DB;
}
.BgClassName
{
background-color: #21D5DB;
}
</style>
border-color css
<style>
span { border-color: #21D5DB; }
span { border-color: rgb(33,213,219); }
td.TdClassName
{
border-color: #21D5DB;
}
.TagClassName
{
border-color: #21D5DB;
}
</style>