Shades of Dark Turquoise #21CDD5
Tints of Dark Turquoise #21CDD5
RGB
CMYK
RGB Variations
Color information
#21CDD5 (or 0x21CDD5) is known color: Dark Turquoise. HEX triplet: 21, CD and D5. RGB value is (33,205,213). Sum of RGB (Red+Green+Blue) = 33+205+213=451 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.32% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 213 (83.59% from 255 or 47.23% from 451); Max value from RGB is 213 - color contains mainly: blue. Hex color #21CDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CDD5 is #DE322A. Grayscale: #9A9A9A. Windows color (decimal): -14561835 or 14011681. OLE color: 14011681.
HSL color Cylindrical-coordinate representation of color #21CDD5: hue angle of 182.67º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21CDD5 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 205 | 213 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.16 |
| HSL | 182.67º | 0.73% | 0.48% | - |
| HSV(B) | 182.67º | 0.85% | 0.84% | - |
| XYZ | 34.47 | 48.79 | 70.55 | - |
| YUV | 154.48 | 161.02 | 41.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 205 | 213 | 0.85 | 0.04 | 0 | 0.16 | 182.67 | 0.73 | 0.48 |
| Hex | 21 | CD | D5 | 55 | 4 | 0 | 10 | B7 | 49 | 30 |
| Octal | 41 | 315 | 325 | 125 | 4 | 0 | 20 | 267 | 111 | 60 |
| Binary | 100001 | 11001101 | 11010101 | 1010101 | 100 | 0 | 10000 | 10110111 | 1001001 | 110000 |
Color Harmonies of #21CDD5
Complementary color
Monochromatic Colors of #21CDD5
Black with #21CDD5
Text Example
Text Example
White with #21CDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CDD5; }
p { color: rgb(33,205,213); }
H1.HeaderClassName
{
color: #21CDD5;
}
.AnyTagClassName
{
color: #21CDD5;
}
</style>
background-color css
<style>
a { background-color: #21CDD5; }
a { background-color: rgb(33,205,213); }
div.DivClassName
{
background-color: #21CDD5;
}
.BgClassName
{
background-color: #21CDD5;
}
</style>
border-color css
<style>
span { border-color: #21CDD5; }
span { border-color: rgb(33,205,213); }
td.TdClassName
{
border-color: #21CDD5;
}
.TagClassName
{
border-color: #21CDD5;
}
</style>