Shades of Turquoise #21E9BA
Tints of Turquoise #21E9BA
RGB
CMYK
RGB Variations
Color information
#21E9BA (or 0x21E9BA) is known color: Turquoise. HEX triplet: 21, E9 and BA. RGB value is (33,233,186). Sum of RGB (Red+Green+Blue) = 33+233+186=452 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.30% from 452); Green value is 233 (91.41% from 255 or 51.55% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 233 - color contains mainly: green. Hex color #21E9BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21E9BA is #DE1645. Grayscale: #A7A7A7. Windows color (decimal): -14554694 or 12249377. OLE color: 12249377.
HSL color Cylindrical-coordinate representation of color #21E9BA: hue angle of 165.9º 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 #21E9BA is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 233 | 186 | - |
| CMYK | 0.86 | 0 | 0.20 | 0.09 |
| HSL | 165.9º | 0.82% | 0.52% | - |
| HSV(B) | 165.9º | 0.86% | 0.91% | - |
| XYZ | 38.63 | 62.15 | 56.41 | - |
| YUV | 167.84 | 138.24 | 31.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 233 | 186 | 0.86 | 0 | 0.20 | 0.09 | 165.9 | 0.82 | 0.52 |
| Hex | 21 | E9 | BA | 56 | 0 | 14 | 9 | A6 | 52 | 34 |
| Octal | 41 | 351 | 272 | 126 | 0 | 24 | 11 | 246 | 122 | 64 |
| Binary | 100001 | 11101001 | 10111010 | 1010110 | 0 | 10100 | 1001 | 10100110 | 1010010 | 110100 |
Color Harmonies of #21E9BA
Complementary color
Monochromatic Colors of #21E9BA
Black with #21E9BA
Text Example
Text Example
White with #21E9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E9BA; }
p { color: rgb(33,233,186); }
H1.HeaderClassName
{
color: #21E9BA;
}
.AnyTagClassName
{
color: #21E9BA;
}
</style>
background-color css
<style>
a { background-color: #21E9BA; }
a { background-color: rgb(33,233,186); }
div.DivClassName
{
background-color: #21E9BA;
}
.BgClassName
{
background-color: #21E9BA;
}
</style>
border-color css
<style>
span { border-color: #21E9BA; }
span { border-color: rgb(33,233,186); }
td.TdClassName
{
border-color: #21E9BA;
}
.TagClassName
{
border-color: #21E9BA;
}
</style>