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