Shades of Turquoise #21D7BD
Tints of Turquoise #21D7BD
RGB
CMYK
RGB Variations
Color information
#21D7BD (or 0x21D7BD) is known color: Turquoise. HEX triplet: 21, D7 and BD. RGB value is (33,215,189). Sum of RGB (Red+Green+Blue) = 33+215+189=437 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.55% from 437); Green value is 215 (84.38% from 255 or 49.20% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 215 - color contains mainly: green. Hex color #21D7BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D7BD is #DE2842. Grayscale: #9D9D9D. Windows color (decimal): -14559299 or 12441377. OLE color: 12441377.
HSL color Cylindrical-coordinate representation of color #21D7BD: hue angle of 171.43º 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 #21D7BD is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 215 | 189 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.16 |
| HSL | 171.43º | 0.73% | 0.49% | - |
| HSV(B) | 171.43º | 0.85% | 0.84% | - |
| XYZ | 34.11 | 52.6 | 56.5 | - |
| YUV | 157.62 | 145.7 | 39.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 215 | 189 | 0.85 | 0 | 0.12 | 0.16 | 171.43 | 0.73 | 0.49 |
| Hex | 21 | D7 | BD | 55 | 0 | C | 10 | AB | 49 | 31 |
| Octal | 41 | 327 | 275 | 125 | 0 | 14 | 20 | 253 | 111 | 61 |
| Binary | 100001 | 11010111 | 10111101 | 1010101 | 0 | 1100 | 10000 | 10101011 | 1001001 | 110001 |
Color Harmonies of #21D7BD
Complementary color
Monochromatic Colors of #21D7BD
Black with #21D7BD
Text Example
Text Example
White with #21D7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D7BD; }
p { color: rgb(33,215,189); }
H1.HeaderClassName
{
color: #21D7BD;
}
.AnyTagClassName
{
color: #21D7BD;
}
</style>
background-color css
<style>
a { background-color: #21D7BD; }
a { background-color: rgb(33,215,189); }
div.DivClassName
{
background-color: #21D7BD;
}
.BgClassName
{
background-color: #21D7BD;
}
</style>
border-color css
<style>
span { border-color: #21D7BD; }
span { border-color: rgb(33,215,189); }
td.TdClassName
{
border-color: #21D7BD;
}
.TagClassName
{
border-color: #21D7BD;
}
</style>