Shades of Turquoise #22E1BD
Tints of Turquoise #22E1BD
RGB
CMYK
RGB Variations
Color information
#22E1BD (or 0x22E1BD) is known color: Turquoise. HEX triplet: 22, E1 and BD. RGB value is (34,225,189). Sum of RGB (Red+Green+Blue) = 34+225+189=448 (59% of max value = 765). Red value is 34 (13.67% from 255 or 7.59% from 448); Green value is 225 (88.28% from 255 or 50.22% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 225 - color contains mainly: green. Hex color #22E1BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22E1BD is #DD1E42. Grayscale: #A3A3A3. Windows color (decimal): -14491203 or 12443938. OLE color: 12443938.
HSL color Cylindrical-coordinate representation of color #22E1BD: hue angle of 168.69º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22E1BD is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 34 | 225 | 189 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.12 |
| HSL | 168.69º | 0.76% | 0.51% | - |
| HSV(B) | 168.69º | 0.85% | 0.88% | - |
| XYZ | 36.77 | 57.86 | 57.38 | - |
| YUV | 163.79 | 142.22 | 35.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 225 | 189 | 0.85 | 0 | 0.16 | 0.12 | 168.69 | 0.76 | 0.51 |
| Hex | 22 | E1 | BD | 55 | 0 | 10 | C | A9 | 4C | 33 |
| Octal | 42 | 341 | 275 | 125 | 0 | 20 | 14 | 251 | 114 | 63 |
| Binary | 100010 | 11100001 | 10111101 | 1010101 | 0 | 10000 | 1100 | 10101001 | 1001100 | 110011 |
Color Harmonies of #22E1BD
Complementary color
Monochromatic Colors of #22E1BD
Black with #22E1BD
Text Example
Text Example
White with #22E1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22E1BD; }
p { color: rgb(34,225,189); }
H1.HeaderClassName
{
color: #22E1BD;
}
.AnyTagClassName
{
color: #22E1BD;
}
</style>
background-color css
<style>
a { background-color: #22E1BD; }
a { background-color: rgb(34,225,189); }
div.DivClassName
{
background-color: #22E1BD;
}
.BgClassName
{
background-color: #22E1BD;
}
</style>
border-color css
<style>
span { border-color: #22E1BD; }
span { border-color: rgb(34,225,189); }
td.TdClassName
{
border-color: #22E1BD;
}
.TagClassName
{
border-color: #22E1BD;
}
</style>