Shades of Bright Turquoise #21DCD5
Tints of Bright Turquoise #21DCD5
RGB
CMYK
RGB Variations
Color information
#21DCD5 (or 0x21DCD5) is known color: Bright Turquoise. HEX triplet: 21, DC and D5. RGB value is (33,220,213). Sum of RGB (Red+Green+Blue) = 33+220+213=466 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.08% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #21DCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DCD5 is #DE232A. Grayscale: #A3A3A3. Windows color (decimal): -14557995 or 14015521. OLE color: 14015521.
HSL color Cylindrical-coordinate representation of color #21DCD5: hue angle of 177.75º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DCD5 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 220 | 213 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.14 |
| HSL | 177.75º | 0.74% | 0.5% | - |
| HSV(B) | 177.75º | 0.85% | 0.86% | - |
| XYZ | 38.23 | 56.31 | 71.81 | - |
| YUV | 163.29 | 156.05 | 35.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 220 | 213 | 0.85 | 0 | 0.03 | 0.14 | 177.75 | 0.74 | 0.5 |
| Hex | 21 | DC | D5 | 55 | 0 | 3 | E | B2 | 4A | 32 |
| Octal | 41 | 334 | 325 | 125 | 0 | 3 | 16 | 262 | 112 | 62 |
| Binary | 100001 | 11011100 | 11010101 | 1010101 | 0 | 11 | 1110 | 10110010 | 1001010 | 110010 |
Color Harmonies of #21DCD5
Complementary color
Monochromatic Colors of #21DCD5
Black with #21DCD5
Text Example
Text Example
White with #21DCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DCD5; }
p { color: rgb(33,220,213); }
H1.HeaderClassName
{
color: #21DCD5;
}
.AnyTagClassName
{
color: #21DCD5;
}
</style>
background-color css
<style>
a { background-color: #21DCD5; }
a { background-color: rgb(33,220,213); }
div.DivClassName
{
background-color: #21DCD5;
}
.BgClassName
{
background-color: #21DCD5;
}
</style>
border-color css
<style>
span { border-color: #21DCD5; }
span { border-color: rgb(33,220,213); }
td.TdClassName
{
border-color: #21DCD5;
}
.TagClassName
{
border-color: #21DCD5;
}
</style>