Shades of Turquoise #21DCBC
Tints of Turquoise #21DCBC
RGB
CMYK
RGB Variations
Color information
#21DCBC (or 0x21DCBC) is known color: Turquoise. HEX triplet: 21, DC and BC. RGB value is (33,220,188). Sum of RGB (Red+Green+Blue) = 33+220+188=441 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.48% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #21DCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DCBC is #DE2343. Grayscale: #A0A0A0. Windows color (decimal): -14558020 or 12377121. OLE color: 12377121.
HSL color Cylindrical-coordinate representation of color #21DCBC: hue angle of 169.73º 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 #21DCBC is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 220 | 188 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.14 |
| HSL | 169.73º | 0.74% | 0.5% | - |
| HSV(B) | 169.73º | 0.85% | 0.86% | - |
| XYZ | 35.3 | 55.14 | 56.36 | - |
| YUV | 160.44 | 143.55 | 37.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 220 | 188 | 0.85 | 0 | 0.15 | 0.14 | 169.73 | 0.74 | 0.5 |
| Hex | 21 | DC | BC | 55 | 0 | F | E | AA | 4A | 32 |
| Octal | 41 | 334 | 274 | 125 | 0 | 17 | 16 | 252 | 112 | 62 |
| Binary | 100001 | 11011100 | 10111100 | 1010101 | 0 | 1111 | 1110 | 10101010 | 1001010 | 110010 |
Color Harmonies of #21DCBC
Complementary color
Monochromatic Colors of #21DCBC
Black with #21DCBC
Text Example
Text Example
White with #21DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DCBC; }
p { color: rgb(33,220,188); }
H1.HeaderClassName
{
color: #21DCBC;
}
.AnyTagClassName
{
color: #21DCBC;
}
</style>
background-color css
<style>
a { background-color: #21DCBC; }
a { background-color: rgb(33,220,188); }
div.DivClassName
{
background-color: #21DCBC;
}
.BgClassName
{
background-color: #21DCBC;
}
</style>
border-color css
<style>
span { border-color: #21DCBC; }
span { border-color: rgb(33,220,188); }
td.TdClassName
{
border-color: #21DCBC;
}
.TagClassName
{
border-color: #21DCBC;
}
</style>