Shades of Bright Turquoise #22EEDB
Tints of Bright Turquoise #22EEDB
RGB
CMYK
RGB Variations
Color information
#22EEDB (or 0x22EEDB) is known color: Bright Turquoise. HEX triplet: 22, EE and DB. RGB value is (34,238,219). Sum of RGB (Red+Green+Blue) = 34+238+219=491 (65% of max value = 765). Red value is 34 (13.67% from 255 or 6.92% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 238 - color contains mainly: green. Hex color #22EEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #22EEDB is #DD1124. Grayscale: #AEAEAE. Windows color (decimal): -14487845 or 14413346. OLE color: 14413346.
HSL color Cylindrical-coordinate representation of color #22EEDB: hue angle of 174.41º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22EEDB is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 238 | 219 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.07 |
| HSL | 174.41º | 0.86% | 0.53% | - |
| HSV(B) | 174.41º | 0.86% | 0.93% | - |
| XYZ | 44.02 | 66.6 | 77.55 | - |
| YUV | 174.84 | 152.91 | 27.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 238 | 219 | 0.86 | 0 | 0.08 | 0.07 | 174.41 | 0.86 | 0.53 |
| Hex | 22 | EE | DB | 56 | 0 | 8 | 7 | AE | 56 | 35 |
| Octal | 42 | 356 | 333 | 126 | 0 | 10 | 7 | 256 | 126 | 65 |
| Binary | 100010 | 11101110 | 11011011 | 1010110 | 0 | 1000 | 111 | 10101110 | 1010110 | 110101 |
Color Harmonies of #22EEDB
Complementary color
Monochromatic Colors of #22EEDB
Black with #22EEDB
Text Example
Text Example
White with #22EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22EEDB; }
p { color: rgb(34,238,219); }
H1.HeaderClassName
{
color: #22EEDB;
}
.AnyTagClassName
{
color: #22EEDB;
}
</style>
background-color css
<style>
a { background-color: #22EEDB; }
a { background-color: rgb(34,238,219); }
div.DivClassName
{
background-color: #22EEDB;
}
.BgClassName
{
background-color: #22EEDB;
}
</style>
border-color css
<style>
span { border-color: #22EEDB; }
span { border-color: rgb(34,238,219); }
td.TdClassName
{
border-color: #22EEDB;
}
.TagClassName
{
border-color: #22EEDB;
}
</style>