Shades of Turquoise #21DCB8
Tints of Turquoise #21DCB8
RGB
CMYK
RGB Variations
Color information
#21DCB8 (or 0x21DCB8) is known color: Turquoise. HEX triplet: 21, DC and B8. RGB value is (33,220,184). Sum of RGB (Red+Green+Blue) = 33+220+184=437 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.55% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #21DCB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DCB8 is #DE2347. Grayscale: #9F9F9F. Windows color (decimal): -14558024 or 12114977. OLE color: 12114977.
HSL color Cylindrical-coordinate representation of color #21DCB8: hue angle of 168.45º 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 #21DCB8 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 220 | 184 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.14 |
| HSL | 168.45º | 0.74% | 0.5% | - |
| HSV(B) | 168.45º | 0.85% | 0.86% | - |
| XYZ | 34.87 | 54.97 | 54.12 | - |
| YUV | 159.98 | 141.55 | 37.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 220 | 184 | 0.85 | 0 | 0.16 | 0.14 | 168.45 | 0.74 | 0.5 |
| Hex | 21 | DC | B8 | 55 | 0 | 10 | E | A8 | 4A | 32 |
| Octal | 41 | 334 | 270 | 125 | 0 | 20 | 16 | 250 | 112 | 62 |
| Binary | 100001 | 11011100 | 10111000 | 1010101 | 0 | 10000 | 1110 | 10101000 | 1001010 | 110010 |
Color Harmonies of #21DCB8
Complementary color
Monochromatic Colors of #21DCB8
Black with #21DCB8
Text Example
Text Example
White with #21DCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DCB8; }
p { color: rgb(33,220,184); }
H1.HeaderClassName
{
color: #21DCB8;
}
.AnyTagClassName
{
color: #21DCB8;
}
</style>
background-color css
<style>
a { background-color: #21DCB8; }
a { background-color: rgb(33,220,184); }
div.DivClassName
{
background-color: #21DCB8;
}
.BgClassName
{
background-color: #21DCB8;
}
</style>
border-color css
<style>
span { border-color: #21DCB8; }
span { border-color: rgb(33,220,184); }
td.TdClassName
{
border-color: #21DCB8;
}
.TagClassName
{
border-color: #21DCB8;
}
</style>