Shades of Turquoise #22DFBE
Tints of Turquoise #22DFBE
RGB
CMYK
RGB Variations
Color information
#22DFBE (or 0x22DFBE) is known color: Turquoise. HEX triplet: 22, DF and BE. RGB value is (34,223,190). Sum of RGB (Red+Green+Blue) = 34+223+190=447 (59% of max value = 765). Red value is 34 (13.67% from 255 or 7.61% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #22DFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22DFBE is #DD2041. Grayscale: #A2A2A2. Windows color (decimal): -14491714 or 12508962. OLE color: 12508962.
HSL color Cylindrical-coordinate representation of color #22DFBE: hue angle of 169.52º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22DFBE is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 223 | 190 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.13 |
| HSL | 169.52º | 0.75% | 0.5% | - |
| HSV(B) | 169.52º | 0.85% | 0.87% | - |
| XYZ | 36.34 | 56.83 | 57.77 | - |
| YUV | 162.73 | 143.38 | 36.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 223 | 190 | 0.85 | 0 | 0.15 | 0.13 | 169.52 | 0.75 | 0.5 |
| Hex | 22 | DF | BE | 55 | 0 | F | D | AA | 4B | 32 |
| Octal | 42 | 337 | 276 | 125 | 0 | 17 | 15 | 252 | 113 | 62 |
| Binary | 100010 | 11011111 | 10111110 | 1010101 | 0 | 1111 | 1101 | 10101010 | 1001011 | 110010 |
Color Harmonies of #22DFBE
Complementary color
Monochromatic Colors of #22DFBE
Black with #22DFBE
Text Example
Text Example
White with #22DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DFBE; }
p { color: rgb(34,223,190); }
H1.HeaderClassName
{
color: #22DFBE;
}
.AnyTagClassName
{
color: #22DFBE;
}
</style>
background-color css
<style>
a { background-color: #22DFBE; }
a { background-color: rgb(34,223,190); }
div.DivClassName
{
background-color: #22DFBE;
}
.BgClassName
{
background-color: #22DFBE;
}
</style>
border-color css
<style>
span { border-color: #22DFBE; }
span { border-color: rgb(34,223,190); }
td.TdClassName
{
border-color: #22DFBE;
}
.TagClassName
{
border-color: #22DFBE;
}
</style>