Shades of Turquoise #21EAC5
Tints of Turquoise #21EAC5
RGB
CMYK
RGB Variations
Color information
#21EAC5 (or 0x21EAC5) is known color: Turquoise. HEX triplet: 21, EA and C5. RGB value is (33,234,197). Sum of RGB (Red+Green+Blue) = 33+234+197=464 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.11% from 464); Green value is 234 (91.80% from 255 or 50.43% from 464); Blue value is 197 (77.34% from 255 or 42.46% from 464); Max value from RGB is 234 - color contains mainly: green. Hex color #21EAC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EAC5 is #DE153A. Grayscale: #A9A9A9. Windows color (decimal): -14554427 or 12970529. OLE color: 12970529.
HSL color Cylindrical-coordinate representation of color #21EAC5: hue angle of 168.96º 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 #21EAC5 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 234 | 197 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.08 |
| HSL | 168.96º | 0.83% | 0.52% | - |
| HSV(B) | 168.96º | 0.86% | 0.92% | - |
| XYZ | 40.13 | 63.2 | 62.91 | - |
| YUV | 169.68 | 143.41 | 30.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 234 | 197 | 0.86 | 0 | 0.16 | 0.08 | 168.96 | 0.83 | 0.52 |
| Hex | 21 | EA | C5 | 56 | 0 | 10 | 8 | A9 | 53 | 34 |
| Octal | 41 | 352 | 305 | 126 | 0 | 20 | 10 | 251 | 123 | 64 |
| Binary | 100001 | 11101010 | 11000101 | 1010110 | 0 | 10000 | 1000 | 10101001 | 1010011 | 110100 |
Color Harmonies of #21EAC5
Complementary color
Monochromatic Colors of #21EAC5
Black with #21EAC5
Text Example
Text Example
White with #21EAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EAC5; }
p { color: rgb(33,234,197); }
H1.HeaderClassName
{
color: #21EAC5;
}
.AnyTagClassName
{
color: #21EAC5;
}
</style>
background-color css
<style>
a { background-color: #21EAC5; }
a { background-color: rgb(33,234,197); }
div.DivClassName
{
background-color: #21EAC5;
}
.BgClassName
{
background-color: #21EAC5;
}
</style>
border-color css
<style>
span { border-color: #21EAC5; }
span { border-color: rgb(33,234,197); }
td.TdClassName
{
border-color: #21EAC5;
}
.TagClassName
{
border-color: #21EAC5;
}
</style>