Shades of Dark Turquoise #21CCDD
Tints of Dark Turquoise #21CCDD
RGB
CMYK
RGB Variations
Color information
#21CCDD (or 0x21CCDD) is known color: Dark Turquoise. HEX triplet: 21, CC and DD. RGB value is (33,204,221). Sum of RGB (Red+Green+Blue) = 33+204+221=458 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.21% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #21CCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CCDD is #DE3322. Grayscale: #9A9A9A. Windows color (decimal): -14562083 or 14535713. OLE color: 14535713.
HSL color Cylindrical-coordinate representation of color #21CCDD: hue angle of 185.43º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21CCDD is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 204 | 221 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.13 |
| HSL | 185.43º | 0.74% | 0.5% | - |
| HSV(B) | 185.43º | 0.85% | 0.87% | - |
| XYZ | 35.27 | 48.73 | 75.95 | - |
| YUV | 154.81 | 165.35 | 41.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 204 | 221 | 0.85 | 0.08 | 0 | 0.13 | 185.43 | 0.74 | 0.5 |
| Hex | 21 | CC | DD | 55 | 8 | 0 | D | B9 | 4A | 32 |
| Octal | 41 | 314 | 335 | 125 | 10 | 0 | 15 | 271 | 112 | 62 |
| Binary | 100001 | 11001100 | 11011101 | 1010101 | 1000 | 0 | 1101 | 10111001 | 1001010 | 110010 |
Color Harmonies of #21CCDD
Complementary color
Monochromatic Colors of #21CCDD
Black with #21CCDD
Text Example
Text Example
White with #21CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CCDD; }
p { color: rgb(33,204,221); }
H1.HeaderClassName
{
color: #21CCDD;
}
.AnyTagClassName
{
color: #21CCDD;
}
</style>
background-color css
<style>
a { background-color: #21CCDD; }
a { background-color: rgb(33,204,221); }
div.DivClassName
{
background-color: #21CCDD;
}
.BgClassName
{
background-color: #21CCDD;
}
</style>
border-color css
<style>
span { border-color: #21CCDD; }
span { border-color: rgb(33,204,221); }
td.TdClassName
{
border-color: #21CCDD;
}
.TagClassName
{
border-color: #21CCDD;
}
</style>