Shades of Turquoise #22E6B9
Tints of Turquoise #22E6B9
RGB
CMYK
RGB Variations
Color information
#22E6B9 (or 0x22E6B9) is known color: Turquoise. HEX triplet: 22, E6 and B9. RGB value is (34,230,185). Sum of RGB (Red+Green+Blue) = 34+230+185=449 (59% of max value = 765). Red value is 34 (13.67% from 255 or 7.57% from 449); Green value is 230 (90.23% from 255 or 51.22% from 449); Blue value is 185 (72.66% from 255 or 41.20% from 449); Max value from RGB is 230 - color contains mainly: green. Hex color #22E6B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #22E6B9 is #DD1946. Grayscale: #A6A6A6. Windows color (decimal): -14489927 or 12183074. OLE color: 12183074.
HSL color Cylindrical-coordinate representation of color #22E6B9: hue angle of 166.22º degrees, saturation: 0.8, 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 #22E6B9 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 34 | 230 | 185 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.10 |
| HSL | 166.22º | 0.8% | 0.52% | - |
| HSV(B) | 166.22º | 0.85% | 0.9% | - |
| XYZ | 37.71 | 60.44 | 55.58 | - |
| YUV | 166.27 | 138.57 | 33.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 230 | 185 | 0.85 | 0 | 0.20 | 0.10 | 166.22 | 0.8 | 0.52 |
| Hex | 22 | E6 | B9 | 55 | 0 | 14 | A | A6 | 50 | 34 |
| Octal | 42 | 346 | 271 | 125 | 0 | 24 | 12 | 246 | 120 | 64 |
| Binary | 100010 | 11100110 | 10111001 | 1010101 | 0 | 10100 | 1010 | 10100110 | 1010000 | 110100 |
Color Harmonies of #22E6B9
Complementary color
Monochromatic Colors of #22E6B9
Black with #22E6B9
Text Example
Text Example
White with #22E6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22E6B9; }
p { color: rgb(34,230,185); }
H1.HeaderClassName
{
color: #22E6B9;
}
.AnyTagClassName
{
color: #22E6B9;
}
</style>
background-color css
<style>
a { background-color: #22E6B9; }
a { background-color: rgb(34,230,185); }
div.DivClassName
{
background-color: #22E6B9;
}
.BgClassName
{
background-color: #22E6B9;
}
</style>
border-color css
<style>
span { border-color: #22E6B9; }
span { border-color: rgb(34,230,185); }
td.TdClassName
{
border-color: #22E6B9;
}
.TagClassName
{
border-color: #22E6B9;
}
</style>