Shades of Turquoise #21EBC5
Tints of Turquoise #21EBC5
RGB
CMYK
RGB Variations
Color information
#21EBC5 (or 0x21EBC5) is known color: Turquoise. HEX triplet: 21, EB and C5. RGB value is (33,235,197). Sum of RGB (Red+Green+Blue) = 33+235+197=465 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.10% from 465); Green value is 235 (92.19% from 255 or 50.54% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 235 - color contains mainly: green. Hex color #21EBC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EBC5 is #DE143A. Grayscale: #AAAAAA. Windows color (decimal): -14554171 or 12970785. OLE color: 12970785.
HSL color Cylindrical-coordinate representation of color #21EBC5: hue angle of 168.71º 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 #21EBC5 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 235 | 197 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.08 |
| HSL | 168.71º | 0.83% | 0.53% | - |
| HSV(B) | 168.71º | 0.86% | 0.92% | - |
| XYZ | 40.41 | 63.77 | 63 | - |
| YUV | 170.27 | 143.08 | 30.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 235 | 197 | 0.86 | 0 | 0.16 | 0.08 | 168.71 | 0.83 | 0.53 |
| Hex | 21 | EB | C5 | 56 | 0 | 10 | 8 | A9 | 53 | 35 |
| Octal | 41 | 353 | 305 | 126 | 0 | 20 | 10 | 251 | 123 | 65 |
| Binary | 100001 | 11101011 | 11000101 | 1010110 | 0 | 10000 | 1000 | 10101001 | 1010011 | 110101 |
Color Harmonies of #21EBC5
Complementary color
Monochromatic Colors of #21EBC5
Black with #21EBC5
Text Example
Text Example
White with #21EBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EBC5; }
p { color: rgb(33,235,197); }
H1.HeaderClassName
{
color: #21EBC5;
}
.AnyTagClassName
{
color: #21EBC5;
}
</style>
background-color css
<style>
a { background-color: #21EBC5; }
a { background-color: rgb(33,235,197); }
div.DivClassName
{
background-color: #21EBC5;
}
.BgClassName
{
background-color: #21EBC5;
}
</style>
border-color css
<style>
span { border-color: #21EBC5; }
span { border-color: rgb(33,235,197); }
td.TdClassName
{
border-color: #21EBC5;
}
.TagClassName
{
border-color: #21EBC5;
}
</style>