Shades of Turquoise #21D9BE
Tints of Turquoise #21D9BE
RGB
CMYK
RGB Variations
Color information
#21D9BE (or 0x21D9BE) is known color: Turquoise. HEX triplet: 21, D9 and BE. RGB value is (33,217,190). Sum of RGB (Red+Green+Blue) = 33+217+190=440 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.5% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 217 - color contains mainly: green. Hex color #21D9BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D9BE is #DE2641. Grayscale: #9E9E9E. Windows color (decimal): -14558786 or 12507425. OLE color: 12507425.
HSL color Cylindrical-coordinate representation of color #21D9BE: hue angle of 171.2º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D9BE is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 217 | 190 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.15 |
| HSL | 171.2º | 0.74% | 0.49% | - |
| HSV(B) | 171.2º | 0.85% | 0.85% | - |
| XYZ | 34.73 | 53.67 | 57.24 | - |
| YUV | 158.91 | 145.54 | 38.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 217 | 190 | 0.85 | 0 | 0.12 | 0.15 | 171.2 | 0.74 | 0.49 |
| Hex | 21 | D9 | BE | 55 | 0 | C | F | AB | 4A | 31 |
| Octal | 41 | 331 | 276 | 125 | 0 | 14 | 17 | 253 | 112 | 61 |
| Binary | 100001 | 11011001 | 10111110 | 1010101 | 0 | 1100 | 1111 | 10101011 | 1001010 | 110001 |
Color Harmonies of #21D9BE
Complementary color
Monochromatic Colors of #21D9BE
Black with #21D9BE
Text Example
Text Example
White with #21D9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D9BE; }
p { color: rgb(33,217,190); }
H1.HeaderClassName
{
color: #21D9BE;
}
.AnyTagClassName
{
color: #21D9BE;
}
</style>
background-color css
<style>
a { background-color: #21D9BE; }
a { background-color: rgb(33,217,190); }
div.DivClassName
{
background-color: #21D9BE;
}
.BgClassName
{
background-color: #21D9BE;
}
</style>
border-color css
<style>
span { border-color: #21D9BE; }
span { border-color: rgb(33,217,190); }
td.TdClassName
{
border-color: #21D9BE;
}
.TagClassName
{
border-color: #21D9BE;
}
</style>