Shades of Dark Turquoise #21CDD9
Tints of Dark Turquoise #21CDD9
RGB
CMYK
RGB Variations
Color information
#21CDD9 (or 0x21CDD9) is known color: Dark Turquoise. HEX triplet: 21, CD and D9. RGB value is (33,205,217). Sum of RGB (Red+Green+Blue) = 33+205+217=455 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.25% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 217 (85.16% from 255 or 47.69% from 455); Max value from RGB is 217 - color contains mainly: blue. Hex color #21CDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CDD9 is #DE3226. Grayscale: #9A9A9A. Windows color (decimal): -14561831 or 14273825. OLE color: 14273825.
HSL color Cylindrical-coordinate representation of color #21CDD9: hue angle of 183.91º 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 #21CDD9 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 205 | 217 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.15 |
| HSL | 183.91º | 0.74% | 0.49% | - |
| HSV(B) | 183.91º | 0.85% | 0.85% | - |
| XYZ | 34.98 | 49 | 73.26 | - |
| YUV | 154.94 | 163.02 | 41.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 205 | 217 | 0.85 | 0.06 | 0 | 0.15 | 183.91 | 0.74 | 0.49 |
| Hex | 21 | CD | D9 | 55 | 6 | 0 | F | B8 | 4A | 31 |
| Octal | 41 | 315 | 331 | 125 | 6 | 0 | 17 | 270 | 112 | 61 |
| Binary | 100001 | 11001101 | 11011001 | 1010101 | 110 | 0 | 1111 | 10111000 | 1001010 | 110001 |
Color Harmonies of #21CDD9
Complementary color
Monochromatic Colors of #21CDD9
Black with #21CDD9
Text Example
Text Example
White with #21CDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CDD9; }
p { color: rgb(33,205,217); }
H1.HeaderClassName
{
color: #21CDD9;
}
.AnyTagClassName
{
color: #21CDD9;
}
</style>
background-color css
<style>
a { background-color: #21CDD9; }
a { background-color: rgb(33,205,217); }
div.DivClassName
{
background-color: #21CDD9;
}
.BgClassName
{
background-color: #21CDD9;
}
</style>
border-color css
<style>
span { border-color: #21CDD9; }
span { border-color: rgb(33,205,217); }
td.TdClassName
{
border-color: #21CDD9;
}
.TagClassName
{
border-color: #21CDD9;
}
</style>