Shades of Turquoise #21D5D0
Tints of Turquoise #21D5D0
RGB
CMYK
RGB Variations
Color information
#21D5D0 (or 0x21D5D0) is known color: Turquoise. HEX triplet: 21, D5 and D0. RGB value is (33,213,208). Sum of RGB (Red+Green+Blue) = 33+213+208=454 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.27% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 208 (81.64% from 255 or 45.81% from 454); Max value from RGB is 213 - color contains mainly: green. Hex color #21D5D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D5D0 is #DE2A2F. Grayscale: #9E9E9E. Windows color (decimal): -14559792 or 13686049. OLE color: 13686049.
HSL color Cylindrical-coordinate representation of color #21D5D0: hue angle of 178.33º 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 #21D5D0 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 213 | 208 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.16 |
| HSL | 178.33º | 0.73% | 0.48% | - |
| HSV(B) | 178.33º | 0.85% | 0.84% | - |
| XYZ | 35.81 | 52.47 | 67.91 | - |
| YUV | 158.61 | 155.87 | 38.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 213 | 208 | 0.85 | 0 | 0.02 | 0.16 | 178.33 | 0.73 | 0.48 |
| Hex | 21 | D5 | D0 | 55 | 0 | 2 | 10 | B2 | 49 | 30 |
| Octal | 41 | 325 | 320 | 125 | 0 | 2 | 20 | 262 | 111 | 60 |
| Binary | 100001 | 11010101 | 11010000 | 1010101 | 0 | 10 | 10000 | 10110010 | 1001001 | 110000 |
Color Harmonies of #21D5D0
Complementary color
Monochromatic Colors of #21D5D0
Black with #21D5D0
Text Example
Text Example
White with #21D5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D5D0; }
p { color: rgb(33,213,208); }
H1.HeaderClassName
{
color: #21D5D0;
}
.AnyTagClassName
{
color: #21D5D0;
}
</style>
background-color css
<style>
a { background-color: #21D5D0; }
a { background-color: rgb(33,213,208); }
div.DivClassName
{
background-color: #21D5D0;
}
.BgClassName
{
background-color: #21D5D0;
}
</style>
border-color css
<style>
span { border-color: #21D5D0; }
span { border-color: rgb(33,213,208); }
td.TdClassName
{
border-color: #21D5D0;
}
.TagClassName
{
border-color: #21D5D0;
}
</style>