Shades of Turquoise #21EBC0
Tints of Turquoise #21EBC0
RGB
CMYK
RGB Variations
Color information
#21EBC0 (or 0x21EBC0) is known color: Turquoise. HEX triplet: 21, EB and C0. RGB value is (33,235,192). Sum of RGB (Red+Green+Blue) = 33+235+192=460 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.17% from 460); Green value is 235 (92.19% from 255 or 51.09% from 460); Blue value is 192 (75.39% from 255 or 41.74% from 460); Max value from RGB is 235 - color contains mainly: green. Hex color #21EBC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EBC0 is #DE143F. Grayscale: #A9A9A9. Windows color (decimal): -14554176 or 12643105. OLE color: 12643105.
HSL color Cylindrical-coordinate representation of color #21EBC0: hue angle of 167.23º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EBC0 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 235 | 192 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.08 |
| HSL | 167.23º | 0.83% | 0.53% | - |
| HSV(B) | 167.23º | 0.86% | 0.92% | - |
| XYZ | 39.85 | 63.55 | 60.03 | - |
| YUV | 169.7 | 140.58 | 30.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 235 | 192 | 0.86 | 0 | 0.18 | 0.08 | 167.23 | 0.83 | 0.53 |
| Hex | 21 | EB | C0 | 56 | 0 | 12 | 8 | A7 | 53 | 35 |
| Octal | 41 | 353 | 300 | 126 | 0 | 22 | 10 | 247 | 123 | 65 |
| Binary | 100001 | 11101011 | 11000000 | 1010110 | 0 | 10010 | 1000 | 10100111 | 1010011 | 110101 |
Color Harmonies of #21EBC0
Complementary color
Monochromatic Colors of #21EBC0
Black with #21EBC0
Text Example
Text Example
White with #21EBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EBC0; }
p { color: rgb(33,235,192); }
H1.HeaderClassName
{
color: #21EBC0;
}
.AnyTagClassName
{
color: #21EBC0;
}
</style>
background-color css
<style>
a { background-color: #21EBC0; }
a { background-color: rgb(33,235,192); }
div.DivClassName
{
background-color: #21EBC0;
}
.BgClassName
{
background-color: #21EBC0;
}
</style>
border-color css
<style>
span { border-color: #21EBC0; }
span { border-color: rgb(33,235,192); }
td.TdClassName
{
border-color: #21EBC0;
}
.TagClassName
{
border-color: #21EBC0;
}
</style>