Shades of Turquoise #21E2CC
Tints of Turquoise #21E2CC
RGB
CMYK
RGB Variations
Color information
#21E2CC (or 0x21E2CC) is known color: Turquoise. HEX triplet: 21, E2 and CC. RGB value is (33,226,204). Sum of RGB (Red+Green+Blue) = 33+226+204=463 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.13% from 463); Green value is 226 (88.67% from 255 or 48.81% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 226 - color contains mainly: green. Hex color #21E2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21E2CC is #DE1D33. Grayscale: #A5A5A5. Windows color (decimal): -14556468 or 13427233. OLE color: 13427233.
HSL color Cylindrical-coordinate representation of color #21E2CC: hue angle of 173.16º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E2CC is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 226 | 204 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.11 |
| HSL | 173.16º | 0.77% | 0.51% | - |
| HSV(B) | 173.16º | 0.85% | 0.89% | - |
| XYZ | 38.72 | 59.08 | 66.49 | - |
| YUV | 165.79 | 149.56 | 33.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 226 | 204 | 0.85 | 0 | 0.10 | 0.11 | 173.16 | 0.77 | 0.51 |
| Hex | 21 | E2 | CC | 55 | 0 | A | B | AD | 4D | 33 |
| Octal | 41 | 342 | 314 | 125 | 0 | 12 | 13 | 255 | 115 | 63 |
| Binary | 100001 | 11100010 | 11001100 | 1010101 | 0 | 1010 | 1011 | 10101101 | 1001101 | 110011 |
Color Harmonies of #21E2CC
Complementary color
Monochromatic Colors of #21E2CC
Black with #21E2CC
Text Example
Text Example
White with #21E2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E2CC; }
p { color: rgb(33,226,204); }
H1.HeaderClassName
{
color: #21E2CC;
}
.AnyTagClassName
{
color: #21E2CC;
}
</style>
background-color css
<style>
a { background-color: #21E2CC; }
a { background-color: rgb(33,226,204); }
div.DivClassName
{
background-color: #21E2CC;
}
.BgClassName
{
background-color: #21E2CC;
}
</style>
border-color css
<style>
span { border-color: #21E2CC; }
span { border-color: rgb(33,226,204); }
td.TdClassName
{
border-color: #21E2CC;
}
.TagClassName
{
border-color: #21E2CC;
}
</style>