Shades of Turquoise #21E6BA
Tints of Turquoise #21E6BA
RGB
CMYK
RGB Variations
Color information
#21E6BA (or 0x21E6BA) is known color: Turquoise. HEX triplet: 21, E6 and BA. RGB value is (33,230,186). Sum of RGB (Red+Green+Blue) = 33+230+186=449 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.35% from 449); Green value is 230 (90.23% from 255 or 51.22% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 230 - color contains mainly: green. Hex color #21E6BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21E6BA is #DE1945. Grayscale: #A6A6A6. Windows color (decimal): -14555462 or 12248609. OLE color: 12248609.
HSL color Cylindrical-coordinate representation of color #21E6BA: hue angle of 166.6º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E6BA is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 230 | 186 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.10 |
| HSL | 166.6º | 0.8% | 0.52% | - |
| HSV(B) | 166.6º | 0.86% | 0.9% | - |
| XYZ | 37.79 | 60.46 | 56.13 | - |
| YUV | 166.08 | 139.23 | 33.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 230 | 186 | 0.86 | 0 | 0.19 | 0.10 | 166.6 | 0.8 | 0.52 |
| Hex | 21 | E6 | BA | 56 | 0 | 13 | A | A7 | 50 | 34 |
| Octal | 41 | 346 | 272 | 126 | 0 | 23 | 12 | 247 | 120 | 64 |
| Binary | 100001 | 11100110 | 10111010 | 1010110 | 0 | 10011 | 1010 | 10100111 | 1010000 | 110100 |
Color Harmonies of #21E6BA
Complementary color
Monochromatic Colors of #21E6BA
Black with #21E6BA
Text Example
Text Example
White with #21E6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E6BA; }
p { color: rgb(33,230,186); }
H1.HeaderClassName
{
color: #21E6BA;
}
.AnyTagClassName
{
color: #21E6BA;
}
</style>
background-color css
<style>
a { background-color: #21E6BA; }
a { background-color: rgb(33,230,186); }
div.DivClassName
{
background-color: #21E6BA;
}
.BgClassName
{
background-color: #21E6BA;
}
</style>
border-color css
<style>
span { border-color: #21E6BA; }
span { border-color: rgb(33,230,186); }
td.TdClassName
{
border-color: #21E6BA;
}
.TagClassName
{
border-color: #21E6BA;
}
</style>