Shades of Turquoise #21E6B9
Tints of Turquoise #21E6B9
RGB
CMYK
RGB Variations
Color information
#21E6B9 (or 0x21E6B9) is known color: Turquoise. HEX triplet: 21, E6 and B9. RGB value is (33,230,185). Sum of RGB (Red+Green+Blue) = 33+230+185=448 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.37% from 448); Green value is 230 (90.23% from 255 or 51.34% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 230 - color contains mainly: green. Hex color #21E6B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21E6B9 is #DE1946. Grayscale: #A5A5A5. Windows color (decimal): -14555463 or 12183073. OLE color: 12183073.
HSL color Cylindrical-coordinate representation of color #21E6B9: hue angle of 166.29º 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 #21E6B9 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 230 | 185 | - |
| CMYK | 0.86 | 0 | 0.20 | 0.10 |
| HSL | 166.29º | 0.8% | 0.52% | - |
| HSV(B) | 166.29º | 0.86% | 0.9% | - |
| XYZ | 37.68 | 60.42 | 55.58 | - |
| YUV | 165.97 | 138.73 | 33.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 230 | 185 | 0.86 | 0 | 0.20 | 0.10 | 166.29 | 0.8 | 0.52 |
| Hex | 21 | E6 | B9 | 56 | 0 | 14 | A | A6 | 50 | 34 |
| Octal | 41 | 346 | 271 | 126 | 0 | 24 | 12 | 246 | 120 | 64 |
| Binary | 100001 | 11100110 | 10111001 | 1010110 | 0 | 10100 | 1010 | 10100110 | 1010000 | 110100 |
Color Harmonies of #21E6B9
Complementary color
Monochromatic Colors of #21E6B9
Black with #21E6B9
Text Example
Text Example
White with #21E6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E6B9; }
p { color: rgb(33,230,185); }
H1.HeaderClassName
{
color: #21E6B9;
}
.AnyTagClassName
{
color: #21E6B9;
}
</style>
background-color css
<style>
a { background-color: #21E6B9; }
a { background-color: rgb(33,230,185); }
div.DivClassName
{
background-color: #21E6B9;
}
.BgClassName
{
background-color: #21E6B9;
}
</style>
border-color css
<style>
span { border-color: #21E6B9; }
span { border-color: rgb(33,230,185); }
td.TdClassName
{
border-color: #21E6B9;
}
.TagClassName
{
border-color: #21E6B9;
}
</style>