Shades of Turquoise #21E5CC
Tints of Turquoise #21E5CC
RGB
CMYK
RGB Variations
Color information
#21E5CC (or 0x21E5CC) is known color: Turquoise. HEX triplet: 21, E5 and CC. RGB value is (33,229,204). Sum of RGB (Red+Green+Blue) = 33+229+204=466 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.08% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 229 - color contains mainly: green. Hex color #21E5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21E5CC is #DE1A33. Grayscale: #A7A7A7. Windows color (decimal): -14555700 or 13428001. OLE color: 13428001.
HSL color Cylindrical-coordinate representation of color #21E5CC: hue angle of 172.35º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E5CC is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 229 | 204 | - |
| CMYK | 0.86 | 0 | 0.11 | 0.10 |
| HSL | 172.35º | 0.79% | 0.51% | - |
| HSV(B) | 172.35º | 0.86% | 0.9% | - |
| XYZ | 39.55 | 60.72 | 66.76 | - |
| YUV | 167.55 | 148.57 | 32.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 229 | 204 | 0.86 | 0 | 0.11 | 0.10 | 172.35 | 0.79 | 0.51 |
| Hex | 21 | E5 | CC | 56 | 0 | B | A | AC | 4F | 33 |
| Octal | 41 | 345 | 314 | 126 | 0 | 13 | 12 | 254 | 117 | 63 |
| Binary | 100001 | 11100101 | 11001100 | 1010110 | 0 | 1011 | 1010 | 10101100 | 1001111 | 110011 |
Color Harmonies of #21E5CC
Complementary color
Monochromatic Colors of #21E5CC
Black with #21E5CC
Text Example
Text Example
White with #21E5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E5CC; }
p { color: rgb(33,229,204); }
H1.HeaderClassName
{
color: #21E5CC;
}
.AnyTagClassName
{
color: #21E5CC;
}
</style>
background-color css
<style>
a { background-color: #21E5CC; }
a { background-color: rgb(33,229,204); }
div.DivClassName
{
background-color: #21E5CC;
}
.BgClassName
{
background-color: #21E5CC;
}
</style>
border-color css
<style>
span { border-color: #21E5CC; }
span { border-color: rgb(33,229,204); }
td.TdClassName
{
border-color: #21E5CC;
}
.TagClassName
{
border-color: #21E5CC;
}
</style>