Shades of Bright Turquoise #22DEDB
Tints of Bright Turquoise #22DEDB
RGB
CMYK
RGB Variations
Color information
#22DEDB (or 0x22DEDB) is known color: Bright Turquoise. HEX triplet: 22, DE and DB. RGB value is (34,222,219). Sum of RGB (Red+Green+Blue) = 34+222+219=475 (62% of max value = 765). Red value is 34 (13.67% from 255 or 7.16% from 475); Green value is 222 (87.11% from 255 or 46.74% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 222 - color contains mainly: green. Hex color #22DEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22DEDB is #DD2124. Grayscale: #A5A5A5. Windows color (decimal): -14491941 or 14409250. OLE color: 14409250.
HSL color Cylindrical-coordinate representation of color #22DEDB: hue angle of 179.04º degrees, saturation: 0.74, 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 #22DEDB is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 222 | 219 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.13 |
| HSL | 179.04º | 0.74% | 0.5% | - |
| HSV(B) | 179.04º | 0.85% | 0.87% | - |
| XYZ | 39.57 | 57.7 | 76.07 | - |
| YUV | 165.45 | 158.22 | 34.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 222 | 219 | 0.85 | 0 | 0.01 | 0.13 | 179.04 | 0.74 | 0.5 |
| Hex | 22 | DE | DB | 55 | 0 | 1 | D | B3 | 4A | 32 |
| Octal | 42 | 336 | 333 | 125 | 0 | 1 | 15 | 263 | 112 | 62 |
| Binary | 100010 | 11011110 | 11011011 | 1010101 | 0 | 1 | 1101 | 10110011 | 1001010 | 110010 |
Color Harmonies of #22DEDB
Complementary color
Monochromatic Colors of #22DEDB
Black with #22DEDB
Text Example
Text Example
White with #22DEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DEDB; }
p { color: rgb(34,222,219); }
H1.HeaderClassName
{
color: #22DEDB;
}
.AnyTagClassName
{
color: #22DEDB;
}
</style>
background-color css
<style>
a { background-color: #22DEDB; }
a { background-color: rgb(34,222,219); }
div.DivClassName
{
background-color: #22DEDB;
}
.BgClassName
{
background-color: #22DEDB;
}
</style>
border-color css
<style>
span { border-color: #22DEDB; }
span { border-color: rgb(34,222,219); }
td.TdClassName
{
border-color: #22DEDB;
}
.TagClassName
{
border-color: #22DEDB;
}
</style>