Shades of Dark Turquoise #21C9D1
Tints of Dark Turquoise #21C9D1
RGB
CMYK
RGB Variations
Color information
#21C9D1 (or 0x21C9D1) is known color: Dark Turquoise. HEX triplet: 21, C9 and D1. RGB value is (33,201,209). Sum of RGB (Red+Green+Blue) = 33+201+209=443 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.45% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 209 (82.03% from 255 or 47.18% from 443); Max value from RGB is 209 - color contains mainly: blue. Hex color #21C9D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C9D1 is #DE362E. Grayscale: #979797. Windows color (decimal): -14562863 or 13748513. OLE color: 13748513.
HSL color Cylindrical-coordinate representation of color #21C9D1: hue angle of 182.73º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21C9D1 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 201 | 209 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.18 |
| HSL | 182.73º | 0.73% | 0.47% | - |
| HSV(B) | 182.73º | 0.84% | 0.82% | - |
| XYZ | 33.02 | 46.7 | 67.6 | - |
| YUV | 151.68 | 160.34 | 43.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 201 | 209 | 0.84 | 0.04 | 0 | 0.18 | 182.73 | 0.73 | 0.47 |
| Hex | 21 | C9 | D1 | 54 | 4 | 0 | 12 | B7 | 49 | 2F |
| Octal | 41 | 311 | 321 | 124 | 4 | 0 | 22 | 267 | 111 | 57 |
| Binary | 100001 | 11001001 | 11010001 | 1010100 | 100 | 0 | 10010 | 10110111 | 1001001 | 101111 |
Color Harmonies of #21C9D1
Complementary color
Monochromatic Colors of #21C9D1
Black with #21C9D1
Text Example
Text Example
White with #21C9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C9D1; }
p { color: rgb(33,201,209); }
H1.HeaderClassName
{
color: #21C9D1;
}
.AnyTagClassName
{
color: #21C9D1;
}
</style>
background-color css
<style>
a { background-color: #21C9D1; }
a { background-color: rgb(33,201,209); }
div.DivClassName
{
background-color: #21C9D1;
}
.BgClassName
{
background-color: #21C9D1;
}
</style>
border-color css
<style>
span { border-color: #21C9D1; }
span { border-color: rgb(33,201,209); }
td.TdClassName
{
border-color: #21C9D1;
}
.TagClassName
{
border-color: #21C9D1;
}
</style>