Shades of Turquoise #21DFBA
Tints of Turquoise #21DFBA
RGB
CMYK
RGB Variations
Color information
#21DFBA (or 0x21DFBA) is known color: Turquoise. HEX triplet: 21, DF and BA. RGB value is (33,223,186). Sum of RGB (Red+Green+Blue) = 33+223+186=442 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.47% from 442); Green value is 223 (87.5% from 255 or 50.45% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 223 - color contains mainly: green. Hex color #21DFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21DFBA is #DE2045. Grayscale: #A1A1A1. Windows color (decimal): -14557254 or 12246817. OLE color: 12246817.
HSL color Cylindrical-coordinate representation of color #21DFBA: hue angle of 168.32º degrees, saturation: 0.75, 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 #21DFBA is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 223 | 186 | - |
| CMYK | 0.85 | 0 | 0.17 | 0.13 |
| HSL | 168.32º | 0.75% | 0.5% | - |
| HSV(B) | 168.32º | 0.85% | 0.87% | - |
| XYZ | 35.88 | 56.64 | 55.5 | - |
| YUV | 161.97 | 141.55 | 36.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 223 | 186 | 0.85 | 0 | 0.17 | 0.13 | 168.32 | 0.75 | 0.5 |
| Hex | 21 | DF | BA | 55 | 0 | 11 | D | A8 | 4B | 32 |
| Octal | 41 | 337 | 272 | 125 | 0 | 21 | 15 | 250 | 113 | 62 |
| Binary | 100001 | 11011111 | 10111010 | 1010101 | 0 | 10001 | 1101 | 10101000 | 1001011 | 110010 |
Color Harmonies of #21DFBA
Complementary color
Monochromatic Colors of #21DFBA
Black with #21DFBA
Text Example
Text Example
White with #21DFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DFBA; }
p { color: rgb(33,223,186); }
H1.HeaderClassName
{
color: #21DFBA;
}
.AnyTagClassName
{
color: #21DFBA;
}
</style>
background-color css
<style>
a { background-color: #21DFBA; }
a { background-color: rgb(33,223,186); }
div.DivClassName
{
background-color: #21DFBA;
}
.BgClassName
{
background-color: #21DFBA;
}
</style>
border-color css
<style>
span { border-color: #21DFBA; }
span { border-color: rgb(33,223,186); }
td.TdClassName
{
border-color: #21DFBA;
}
.TagClassName
{
border-color: #21DFBA;
}
</style>