Shades of Turquoise #21EABB
Tints of Turquoise #21EABB
RGB
CMYK
RGB Variations
Color information
#21EABB (or 0x21EABB) is known color: Turquoise. HEX triplet: 21, EA and BB. RGB value is (33,234,187). Sum of RGB (Red+Green+Blue) = 33+234+187=454 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.27% from 454); Green value is 234 (91.80% from 255 or 51.54% from 454); Blue value is 187 (73.44% from 255 or 41.19% from 454); Max value from RGB is 234 - color contains mainly: green. Hex color #21EABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EABB is #DE1544. Grayscale: #A8A8A8. Windows color (decimal): -14554437 or 12315169. OLE color: 12315169.
HSL color Cylindrical-coordinate representation of color #21EABB: hue angle of 165.97º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EABB is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 234 | 187 | - |
| CMYK | 0.86 | 0 | 0.20 | 0.08 |
| HSL | 165.97º | 0.83% | 0.52% | - |
| HSV(B) | 165.97º | 0.86% | 0.92% | - |
| XYZ | 39.02 | 62.76 | 57.07 | - |
| YUV | 168.54 | 138.41 | 31.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 234 | 187 | 0.86 | 0 | 0.20 | 0.08 | 165.97 | 0.83 | 0.52 |
| Hex | 21 | EA | BB | 56 | 0 | 14 | 8 | A6 | 53 | 34 |
| Octal | 41 | 352 | 273 | 126 | 0 | 24 | 10 | 246 | 123 | 64 |
| Binary | 100001 | 11101010 | 10111011 | 1010110 | 0 | 10100 | 1000 | 10100110 | 1010011 | 110100 |
Color Harmonies of #21EABB
Complementary color
Monochromatic Colors of #21EABB
Black with #21EABB
Text Example
Text Example
White with #21EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EABB; }
p { color: rgb(33,234,187); }
H1.HeaderClassName
{
color: #21EABB;
}
.AnyTagClassName
{
color: #21EABB;
}
</style>
background-color css
<style>
a { background-color: #21EABB; }
a { background-color: rgb(33,234,187); }
div.DivClassName
{
background-color: #21EABB;
}
.BgClassName
{
background-color: #21EABB;
}
</style>
border-color css
<style>
span { border-color: #21EABB; }
span { border-color: rgb(33,234,187); }
td.TdClassName
{
border-color: #21EABB;
}
.TagClassName
{
border-color: #21EABB;
}
</style>