Shades of Turquoise #21DCCB
Tints of Turquoise #21DCCB
RGB
CMYK
RGB Variations
Color information
#21DCCB (or 0x21DCCB) is known color: Turquoise. HEX triplet: 21, DC and CB. RGB value is (33,220,203). Sum of RGB (Red+Green+Blue) = 33+220+203=456 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.24% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #21DCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DCCB is #DE2334. Grayscale: #A2A2A2. Windows color (decimal): -14558005 or 13360161. OLE color: 13360161.
HSL color Cylindrical-coordinate representation of color #21DCCB: hue angle of 174.55º 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 #21DCCB is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 220 | 203 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.14 |
| HSL | 174.55º | 0.74% | 0.5% | - |
| HSV(B) | 174.55º | 0.85% | 0.86% | - |
| XYZ | 37 | 55.82 | 65.32 | - |
| YUV | 162.15 | 151.05 | 35.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 220 | 203 | 0.85 | 0 | 0.08 | 0.14 | 174.55 | 0.74 | 0.5 |
| Hex | 21 | DC | CB | 55 | 0 | 8 | E | AF | 4A | 32 |
| Octal | 41 | 334 | 313 | 125 | 0 | 10 | 16 | 257 | 112 | 62 |
| Binary | 100001 | 11011100 | 11001011 | 1010101 | 0 | 1000 | 1110 | 10101111 | 1001010 | 110010 |
Color Harmonies of #21DCCB
Complementary color
Monochromatic Colors of #21DCCB
Black with #21DCCB
Text Example
Text Example
White with #21DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DCCB; }
p { color: rgb(33,220,203); }
H1.HeaderClassName
{
color: #21DCCB;
}
.AnyTagClassName
{
color: #21DCCB;
}
</style>
background-color css
<style>
a { background-color: #21DCCB; }
a { background-color: rgb(33,220,203); }
div.DivClassName
{
background-color: #21DCCB;
}
.BgClassName
{
background-color: #21DCCB;
}
</style>
border-color css
<style>
span { border-color: #21DCCB; }
span { border-color: rgb(33,220,203); }
td.TdClassName
{
border-color: #21DCCB;
}
.TagClassName
{
border-color: #21DCCB;
}
</style>