Shades of Turquoise #21D7BB
Tints of Turquoise #21D7BB
RGB
CMYK
RGB Variations
Color information
#21D7BB (or 0x21D7BB) is known color: Turquoise. HEX triplet: 21, D7 and BB. RGB value is (33,215,187). Sum of RGB (Red+Green+Blue) = 33+215+187=435 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.59% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 215 - color contains mainly: green. Hex color #21D7BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D7BB is #DE2844. Grayscale: #9D9D9D. Windows color (decimal): -14559301 or 12310305. OLE color: 12310305.
HSL color Cylindrical-coordinate representation of color #21D7BB: hue angle of 170.77º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D7BB is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 215 | 187 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.16 |
| HSL | 170.77º | 0.73% | 0.49% | - |
| HSV(B) | 170.77º | 0.85% | 0.84% | - |
| XYZ | 33.9 | 52.51 | 55.36 | - |
| YUV | 157.39 | 144.7 | 39.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 215 | 187 | 0.85 | 0 | 0.13 | 0.16 | 170.77 | 0.73 | 0.49 |
| Hex | 21 | D7 | BB | 55 | 0 | D | 10 | AB | 49 | 31 |
| Octal | 41 | 327 | 273 | 125 | 0 | 15 | 20 | 253 | 111 | 61 |
| Binary | 100001 | 11010111 | 10111011 | 1010101 | 0 | 1101 | 10000 | 10101011 | 1001001 | 110001 |
Color Harmonies of #21D7BB
Complementary color
Monochromatic Colors of #21D7BB
Black with #21D7BB
Text Example
Text Example
White with #21D7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D7BB; }
p { color: rgb(33,215,187); }
H1.HeaderClassName
{
color: #21D7BB;
}
.AnyTagClassName
{
color: #21D7BB;
}
</style>
background-color css
<style>
a { background-color: #21D7BB; }
a { background-color: rgb(33,215,187); }
div.DivClassName
{
background-color: #21D7BB;
}
.BgClassName
{
background-color: #21D7BB;
}
</style>
border-color css
<style>
span { border-color: #21D7BB; }
span { border-color: rgb(33,215,187); }
td.TdClassName
{
border-color: #21D7BB;
}
.TagClassName
{
border-color: #21D7BB;
}
</style>