Shades of Turquoise #22E6BF
Tints of Turquoise #22E6BF
RGB
CMYK
RGB Variations
Color information
#22E6BF (or 0x22E6BF) is known color: Turquoise. HEX triplet: 22, E6 and BF. RGB value is (34,230,191). Sum of RGB (Red+Green+Blue) = 34+230+191=455 (60% of max value = 765). Red value is 34 (13.67% from 255 or 7.47% from 455); Green value is 230 (90.23% from 255 or 50.55% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 230 - color contains mainly: green. Hex color #22E6BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #22E6BF is #DD1940. Grayscale: #A6A6A6. Windows color (decimal): -14489921 or 12576290. OLE color: 12576290.
HSL color Cylindrical-coordinate representation of color #22E6BF: hue angle of 168.06º 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 #22E6BF is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 34 | 230 | 191 | - |
| CMYK | 0.85 | 0 | 0.17 | 0.10 |
| HSL | 168.06º | 0.8% | 0.52% | - |
| HSV(B) | 168.06º | 0.85% | 0.9% | - |
| XYZ | 38.36 | 60.7 | 58.98 | - |
| YUV | 166.95 | 141.57 | 33.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 230 | 191 | 0.85 | 0 | 0.17 | 0.10 | 168.06 | 0.8 | 0.52 |
| Hex | 22 | E6 | BF | 55 | 0 | 11 | A | A8 | 50 | 34 |
| Octal | 42 | 346 | 277 | 125 | 0 | 21 | 12 | 250 | 120 | 64 |
| Binary | 100010 | 11100110 | 10111111 | 1010101 | 0 | 10001 | 1010 | 10101000 | 1010000 | 110100 |
Color Harmonies of #22E6BF
Complementary color
Monochromatic Colors of #22E6BF
Black with #22E6BF
Text Example
Text Example
White with #22E6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22E6BF; }
p { color: rgb(34,230,191); }
H1.HeaderClassName
{
color: #22E6BF;
}
.AnyTagClassName
{
color: #22E6BF;
}
</style>
background-color css
<style>
a { background-color: #22E6BF; }
a { background-color: rgb(34,230,191); }
div.DivClassName
{
background-color: #22E6BF;
}
.BgClassName
{
background-color: #22E6BF;
}
</style>
border-color css
<style>
span { border-color: #22E6BF; }
span { border-color: rgb(34,230,191); }
td.TdClassName
{
border-color: #22E6BF;
}
.TagClassName
{
border-color: #22E6BF;
}
</style>