Shades of Bright Turquoise #21DCDD
Tints of Bright Turquoise #21DCDD
RGB
CMYK
RGB Variations
Color information
#21DCDD (or 0x21DCDD) is known color: Bright Turquoise. HEX triplet: 21, DC and DD. RGB value is (33,220,221). Sum of RGB (Red+Green+Blue) = 33+220+221=474 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.96% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #21DCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DCDD is #DE2322. Grayscale: #A4A4A4. Windows color (decimal): -14557987 or 14539809. OLE color: 14539809.
HSL color Cylindrical-coordinate representation of color #21DCDD: hue angle of 180.32º 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 #21DCDD is Cyan = 0.85, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 220 | 221 | - |
| CMYK | 0.85 | 0.00 | 0 | 0.13 |
| HSL | 180.32º | 0.74% | 0.5% | - |
| HSV(B) | 180.32º | 0.85% | 0.87% | - |
| XYZ | 39.27 | 56.73 | 77.29 | - |
| YUV | 164.2 | 160.05 | 34.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 220 | 221 | 0.85 | 0.00 | 0 | 0.13 | 180.32 | 0.74 | 0.5 |
| Hex | 21 | DC | DD | 55 | 0 | 0 | D | B4 | 4A | 32 |
| Octal | 41 | 334 | 335 | 125 | 0 | 0 | 15 | 264 | 112 | 62 |
| Binary | 100001 | 11011100 | 11011101 | 1010101 | 0 | 0 | 1101 | 10110100 | 1001010 | 110010 |
Color Harmonies of #21DCDD
Complementary color
Monochromatic Colors of #21DCDD
Black with #21DCDD
Text Example
Text Example
White with #21DCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DCDD; }
p { color: rgb(33,220,221); }
H1.HeaderClassName
{
color: #21DCDD;
}
.AnyTagClassName
{
color: #21DCDD;
}
</style>
background-color css
<style>
a { background-color: #21DCDD; }
a { background-color: rgb(33,220,221); }
div.DivClassName
{
background-color: #21DCDD;
}
.BgClassName
{
background-color: #21DCDD;
}
</style>
border-color css
<style>
span { border-color: #21DCDD; }
span { border-color: rgb(33,220,221); }
td.TdClassName
{
border-color: #21DCDD;
}
.TagClassName
{
border-color: #21DCDD;
}
</style>