Shades of Bright Turquoise #22E2DB
Tints of Bright Turquoise #22E2DB
RGB
CMYK
RGB Variations
Color information
#22E2DB (or 0x22E2DB) is known color: Bright Turquoise. HEX triplet: 22, E2 and DB. RGB value is (34,226,219). Sum of RGB (Red+Green+Blue) = 34+226+219=479 (63% of max value = 765). Red value is 34 (13.67% from 255 or 7.10% from 479); Green value is 226 (88.67% from 255 or 47.18% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 226 - color contains mainly: green. Hex color #22E2DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22E2DB is #DD1D24. Grayscale: #A7A7A7. Windows color (decimal): -14490917 or 14410274. OLE color: 14410274.
HSL color Cylindrical-coordinate representation of color #22E2DB: hue angle of 177.81º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22E2DB is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 34 | 226 | 219 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.11 |
| HSL | 177.81º | 0.77% | 0.51% | - |
| HSV(B) | 177.81º | 0.85% | 0.89% | - |
| XYZ | 40.64 | 59.85 | 76.43 | - |
| YUV | 167.79 | 156.89 | 32.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 226 | 219 | 0.85 | 0 | 0.03 | 0.11 | 177.81 | 0.77 | 0.51 |
| Hex | 22 | E2 | DB | 55 | 0 | 3 | B | B2 | 4D | 33 |
| Octal | 42 | 342 | 333 | 125 | 0 | 3 | 13 | 262 | 115 | 63 |
| Binary | 100010 | 11100010 | 11011011 | 1010101 | 0 | 11 | 1011 | 10110010 | 1001101 | 110011 |
Color Harmonies of #22E2DB
Complementary color
Monochromatic Colors of #22E2DB
Black with #22E2DB
Text Example
Text Example
White with #22E2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22E2DB; }
p { color: rgb(34,226,219); }
H1.HeaderClassName
{
color: #22E2DB;
}
.AnyTagClassName
{
color: #22E2DB;
}
</style>
background-color css
<style>
a { background-color: #22E2DB; }
a { background-color: rgb(34,226,219); }
div.DivClassName
{
background-color: #22E2DB;
}
.BgClassName
{
background-color: #22E2DB;
}
</style>
border-color css
<style>
span { border-color: #22E2DB; }
span { border-color: rgb(34,226,219); }
td.TdClassName
{
border-color: #22E2DB;
}
.TagClassName
{
border-color: #22E2DB;
}
</style>