Shades of Turquoise #22E5BF
Tints of Turquoise #22E5BF
RGB
CMYK
RGB Variations
Color information
#22E5BF (or 0x22E5BF) is known color: Turquoise. HEX triplet: 22, E5 and BF. RGB value is (34,229,191). Sum of RGB (Red+Green+Blue) = 34+229+191=454 (60% of max value = 765). Red value is 34 (13.67% from 255 or 7.49% from 454); Green value is 229 (89.84% from 255 or 50.44% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 229 - color contains mainly: green. Hex color #22E5BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22E5BF is #DD1A40. Grayscale: #A6A6A6. Windows color (decimal): -14490177 or 12576034. OLE color: 12576034.
HSL color Cylindrical-coordinate representation of color #22E5BF: hue angle of 168.31º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22E5BF is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 34 | 229 | 191 | - |
| CMYK | 0.85 | 0 | 0.17 | 0.10 |
| HSL | 168.31º | 0.79% | 0.52% | - |
| HSV(B) | 168.31º | 0.85% | 0.9% | - |
| XYZ | 38.08 | 60.14 | 58.89 | - |
| YUV | 166.36 | 141.9 | 33.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 229 | 191 | 0.85 | 0 | 0.17 | 0.10 | 168.31 | 0.79 | 0.52 |
| Hex | 22 | E5 | BF | 55 | 0 | 11 | A | A8 | 4F | 34 |
| Octal | 42 | 345 | 277 | 125 | 0 | 21 | 12 | 250 | 117 | 64 |
| Binary | 100010 | 11100101 | 10111111 | 1010101 | 0 | 10001 | 1010 | 10101000 | 1001111 | 110100 |
Color Harmonies of #22E5BF
Complementary color
Monochromatic Colors of #22E5BF
Black with #22E5BF
Text Example
Text Example
White with #22E5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22E5BF; }
p { color: rgb(34,229,191); }
H1.HeaderClassName
{
color: #22E5BF;
}
.AnyTagClassName
{
color: #22E5BF;
}
</style>
background-color css
<style>
a { background-color: #22E5BF; }
a { background-color: rgb(34,229,191); }
div.DivClassName
{
background-color: #22E5BF;
}
.BgClassName
{
background-color: #22E5BF;
}
</style>
border-color css
<style>
span { border-color: #22E5BF; }
span { border-color: rgb(34,229,191); }
td.TdClassName
{
border-color: #22E5BF;
}
.TagClassName
{
border-color: #22E5BF;
}
</style>