Shades of Turquoise #21D9C0
Tints of Turquoise #21D9C0
RGB
CMYK
RGB Variations
Color information
#21D9C0 (or 0x21D9C0) is known color: Turquoise. HEX triplet: 21, D9 and C0. RGB value is (33,217,192). Sum of RGB (Red+Green+Blue) = 33+217+192=442 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.47% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #21D9C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D9C0 is #DE263F. Grayscale: #9F9F9F. Windows color (decimal): -14558784 or 12638497. OLE color: 12638497.
HSL color Cylindrical-coordinate representation of color #21D9C0: hue angle of 171.85º 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 #21D9C0 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 217 | 192 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.15 |
| HSL | 171.85º | 0.74% | 0.49% | - |
| HSV(B) | 171.85º | 0.85% | 0.85% | - |
| XYZ | 34.95 | 53.75 | 58.4 | - |
| YUV | 159.13 | 146.54 | 38.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 217 | 192 | 0.85 | 0 | 0.12 | 0.15 | 171.85 | 0.74 | 0.49 |
| Hex | 21 | D9 | C0 | 55 | 0 | C | F | AC | 4A | 31 |
| Octal | 41 | 331 | 300 | 125 | 0 | 14 | 17 | 254 | 112 | 61 |
| Binary | 100001 | 11011001 | 11000000 | 1010101 | 0 | 1100 | 1111 | 10101100 | 1001010 | 110001 |
Color Harmonies of #21D9C0
Complementary color
Monochromatic Colors of #21D9C0
Black with #21D9C0
Text Example
Text Example
White with #21D9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D9C0; }
p { color: rgb(33,217,192); }
H1.HeaderClassName
{
color: #21D9C0;
}
.AnyTagClassName
{
color: #21D9C0;
}
</style>
background-color css
<style>
a { background-color: #21D9C0; }
a { background-color: rgb(33,217,192); }
div.DivClassName
{
background-color: #21D9C0;
}
.BgClassName
{
background-color: #21D9C0;
}
</style>
border-color css
<style>
span { border-color: #21D9C0; }
span { border-color: rgb(33,217,192); }
td.TdClassName
{
border-color: #21D9C0;
}
.TagClassName
{
border-color: #21D9C0;
}
</style>