Shades of Turquoise #21E9C6
Tints of Turquoise #21E9C6
RGB
CMYK
RGB Variations
Color information
#21E9C6 (or 0x21E9C6) is known color: Turquoise. HEX triplet: 21, E9 and C6. RGB value is (33,233,198). Sum of RGB (Red+Green+Blue) = 33+233+198=464 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.11% from 464); Green value is 233 (91.41% from 255 or 50.22% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 233 - color contains mainly: green. Hex color #21E9C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21E9C6 is #DE1639. Grayscale: #A9A9A9. Windows color (decimal): -14554682 or 13035809. OLE color: 13035809.
HSL color Cylindrical-coordinate representation of color #21E9C6: hue angle of 169.5º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E9C6 is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 233 | 198 | - |
| CMYK | 0.86 | 0 | 0.15 | 0.09 |
| HSL | 169.5º | 0.82% | 0.52% | - |
| HSV(B) | 169.5º | 0.86% | 0.91% | - |
| XYZ | 39.96 | 62.68 | 63.42 | - |
| YUV | 169.21 | 144.24 | 30.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 233 | 198 | 0.86 | 0 | 0.15 | 0.09 | 169.5 | 0.82 | 0.52 |
| Hex | 21 | E9 | C6 | 56 | 0 | F | 9 | AA | 52 | 34 |
| Octal | 41 | 351 | 306 | 126 | 0 | 17 | 11 | 252 | 122 | 64 |
| Binary | 100001 | 11101001 | 11000110 | 1010110 | 0 | 1111 | 1001 | 10101010 | 1010010 | 110100 |
Color Harmonies of #21E9C6
Complementary color
Monochromatic Colors of #21E9C6
Black with #21E9C6
Text Example
Text Example
White with #21E9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E9C6; }
p { color: rgb(33,233,198); }
H1.HeaderClassName
{
color: #21E9C6;
}
.AnyTagClassName
{
color: #21E9C6;
}
</style>
background-color css
<style>
a { background-color: #21E9C6; }
a { background-color: rgb(33,233,198); }
div.DivClassName
{
background-color: #21E9C6;
}
.BgClassName
{
background-color: #21E9C6;
}
</style>
border-color css
<style>
span { border-color: #21E9C6; }
span { border-color: rgb(33,233,198); }
td.TdClassName
{
border-color: #21E9C6;
}
.TagClassName
{
border-color: #21E9C6;
}
</style>