Shades of Turquoise #21D4BF
Tints of Turquoise #21D4BF
RGB
CMYK
RGB Variations
Color information
#21D4BF (or 0x21D4BF) is known color: Turquoise. HEX triplet: 21, D4 and BF. RGB value is (33,212,191). Sum of RGB (Red+Green+Blue) = 33+212+191=436 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.57% from 436); Green value is 212 (83.20% from 255 or 48.62% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 212 - color contains mainly: green. Hex color #21D4BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D4BF is #DE2B40. Grayscale: #9B9B9B. Windows color (decimal): -14560065 or 12571681. OLE color: 12571681.
HSL color Cylindrical-coordinate representation of color #21D4BF: hue angle of 172.96º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D4BF is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 212 | 191 | - |
| CMYK | 0.84 | 0 | 0.10 | 0.17 |
| HSL | 172.96º | 0.73% | 0.48% | - |
| HSV(B) | 172.96º | 0.84% | 0.83% | - |
| XYZ | 33.57 | 51.17 | 57.4 | - |
| YUV | 156.09 | 147.7 | 40.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 212 | 191 | 0.84 | 0 | 0.10 | 0.17 | 172.96 | 0.73 | 0.48 |
| Hex | 21 | D4 | BF | 54 | 0 | A | 11 | AD | 49 | 30 |
| Octal | 41 | 324 | 277 | 124 | 0 | 12 | 21 | 255 | 111 | 60 |
| Binary | 100001 | 11010100 | 10111111 | 1010100 | 0 | 1010 | 10001 | 10101101 | 1001001 | 110000 |
Color Harmonies of #21D4BF
Complementary color
Monochromatic Colors of #21D4BF
Black with #21D4BF
Text Example
Text Example
White with #21D4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D4BF; }
p { color: rgb(33,212,191); }
H1.HeaderClassName
{
color: #21D4BF;
}
.AnyTagClassName
{
color: #21D4BF;
}
</style>
background-color css
<style>
a { background-color: #21D4BF; }
a { background-color: rgb(33,212,191); }
div.DivClassName
{
background-color: #21D4BF;
}
.BgClassName
{
background-color: #21D4BF;
}
</style>
border-color css
<style>
span { border-color: #21D4BF; }
span { border-color: rgb(33,212,191); }
td.TdClassName
{
border-color: #21D4BF;
}
.TagClassName
{
border-color: #21D4BF;
}
</style>