Shades of Bright Turquoise #22E9DB
Tints of Bright Turquoise #22E9DB
RGB
CMYK
RGB Variations
Color information
#22E9DB (or 0x22E9DB) is known color: Bright Turquoise. HEX triplet: 22, E9 and DB. RGB value is (34,233,219). Sum of RGB (Red+Green+Blue) = 34+233+219=486 (64% of max value = 765). Red value is 34 (13.67% from 255 or 7.00% from 486); Green value is 233 (91.41% from 255 or 47.94% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 233 - color contains mainly: green. Hex color #22E9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #22E9DB is #DD1624. Grayscale: #ABABAB. Windows color (decimal): -14489125 or 14412066. OLE color: 14412066.
HSL color Cylindrical-coordinate representation of color #22E9DB: hue angle of 175.78º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22E9DB is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 34 | 233 | 219 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.09 |
| HSL | 175.78º | 0.82% | 0.52% | - |
| HSV(B) | 175.78º | 0.85% | 0.91% | - |
| XYZ | 42.58 | 63.73 | 77.07 | - |
| YUV | 171.9 | 154.57 | 29.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 233 | 219 | 0.85 | 0 | 0.06 | 0.09 | 175.78 | 0.82 | 0.52 |
| Hex | 22 | E9 | DB | 55 | 0 | 6 | 9 | B0 | 52 | 34 |
| Octal | 42 | 351 | 333 | 125 | 0 | 6 | 11 | 260 | 122 | 64 |
| Binary | 100010 | 11101001 | 11011011 | 1010101 | 0 | 110 | 1001 | 10110000 | 1010010 | 110100 |
Color Harmonies of #22E9DB
Complementary color
Monochromatic Colors of #22E9DB
Black with #22E9DB
Text Example
Text Example
White with #22E9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22E9DB; }
p { color: rgb(34,233,219); }
H1.HeaderClassName
{
color: #22E9DB;
}
.AnyTagClassName
{
color: #22E9DB;
}
</style>
background-color css
<style>
a { background-color: #22E9DB; }
a { background-color: rgb(34,233,219); }
div.DivClassName
{
background-color: #22E9DB;
}
.BgClassName
{
background-color: #22E9DB;
}
</style>
border-color css
<style>
span { border-color: #22E9DB; }
span { border-color: rgb(34,233,219); }
td.TdClassName
{
border-color: #22E9DB;
}
.TagClassName
{
border-color: #22E9DB;
}
</style>