Shades of Turquoise #21D4CC
Tints of Turquoise #21D4CC
RGB
CMYK
RGB Variations
Color information
#21D4CC (or 0x21D4CC) is known color: Turquoise. HEX triplet: 21, D4 and CC. RGB value is (33,212,204). Sum of RGB (Red+Green+Blue) = 33+212+204=449 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.35% from 449); Green value is 212 (83.20% from 255 or 47.22% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 212 - color contains mainly: green. Hex color #21D4CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21D4CC is #DE2B33. Grayscale: #9D9D9D. Windows color (decimal): -14560052 or 13423649. OLE color: 13423649.
HSL color Cylindrical-coordinate representation of color #21D4CC: hue angle of 177.32º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21D4CC is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 212 | 204 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.17 |
| HSL | 177.32º | 0.73% | 0.48% | - |
| HSV(B) | 177.32º | 0.84% | 0.83% | - |
| XYZ | 35.07 | 51.77 | 65.27 | - |
| YUV | 157.57 | 154.2 | 39.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 212 | 204 | 0.84 | 0 | 0.04 | 0.17 | 177.32 | 0.73 | 0.48 |
| Hex | 21 | D4 | CC | 54 | 0 | 4 | 11 | B1 | 49 | 30 |
| Octal | 41 | 324 | 314 | 124 | 0 | 4 | 21 | 261 | 111 | 60 |
| Binary | 100001 | 11010100 | 11001100 | 1010100 | 0 | 100 | 10001 | 10110001 | 1001001 | 110000 |
Color Harmonies of #21D4CC
Complementary color
Monochromatic Colors of #21D4CC
Black with #21D4CC
Text Example
Text Example
White with #21D4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D4CC; }
p { color: rgb(33,212,204); }
H1.HeaderClassName
{
color: #21D4CC;
}
.AnyTagClassName
{
color: #21D4CC;
}
</style>
background-color css
<style>
a { background-color: #21D4CC; }
a { background-color: rgb(33,212,204); }
div.DivClassName
{
background-color: #21D4CC;
}
.BgClassName
{
background-color: #21D4CC;
}
</style>
border-color css
<style>
span { border-color: #21D4CC; }
span { border-color: rgb(33,212,204); }
td.TdClassName
{
border-color: #21D4CC;
}
.TagClassName
{
border-color: #21D4CC;
}
</style>