Shades of Turquoise #21E2C6
Tints of Turquoise #21E2C6
RGB
CMYK
RGB Variations
Color information
#21E2C6 (or 0x21E2C6) is known color: Turquoise. HEX triplet: 21, E2 and C6. RGB value is (33,226,198). Sum of RGB (Red+Green+Blue) = 33+226+198=457 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.22% from 457); Green value is 226 (88.67% from 255 or 49.45% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 226 - color contains mainly: green. Hex color #21E2C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21E2C6 is #DE1D39. Grayscale: #A5A5A5. Windows color (decimal): -14556474 or 13034017. OLE color: 13034017.
HSL color Cylindrical-coordinate representation of color #21E2C6: hue angle of 171.3º 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 #21E2C6 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 226 | 198 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.11 |
| HSL | 171.3º | 0.77% | 0.51% | - |
| HSV(B) | 171.3º | 0.85% | 0.89% | - |
| XYZ | 38.02 | 58.79 | 62.77 | - |
| YUV | 165.1 | 146.56 | 33.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 226 | 198 | 0.85 | 0 | 0.12 | 0.11 | 171.3 | 0.77 | 0.51 |
| Hex | 21 | E2 | C6 | 55 | 0 | C | B | AB | 4D | 33 |
| Octal | 41 | 342 | 306 | 125 | 0 | 14 | 13 | 253 | 115 | 63 |
| Binary | 100001 | 11100010 | 11000110 | 1010101 | 0 | 1100 | 1011 | 10101011 | 1001101 | 110011 |
Color Harmonies of #21E2C6
Complementary color
Monochromatic Colors of #21E2C6
Black with #21E2C6
Text Example
Text Example
White with #21E2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E2C6; }
p { color: rgb(33,226,198); }
H1.HeaderClassName
{
color: #21E2C6;
}
.AnyTagClassName
{
color: #21E2C6;
}
</style>
background-color css
<style>
a { background-color: #21E2C6; }
a { background-color: rgb(33,226,198); }
div.DivClassName
{
background-color: #21E2C6;
}
.BgClassName
{
background-color: #21E2C6;
}
</style>
border-color css
<style>
span { border-color: #21E2C6; }
span { border-color: rgb(33,226,198); }
td.TdClassName
{
border-color: #21E2C6;
}
.TagClassName
{
border-color: #21E2C6;
}
</style>