Shades of Bright Turquoise #22EDDB
Tints of Bright Turquoise #22EDDB
RGB
CMYK
RGB Variations
Color information
#22EDDB (or 0x22EDDB) is known color: Bright Turquoise. HEX triplet: 22, ED and DB. RGB value is (34,237,219). Sum of RGB (Red+Green+Blue) = 34+237+219=490 (64% of max value = 765). Red value is 34 (13.67% from 255 or 6.94% from 490); Green value is 237 (92.97% from 255 or 48.37% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 237 - color contains mainly: green. Hex color #22EDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #22EDDB is #DD1224. Grayscale: #AEAEAE. Windows color (decimal): -14488101 or 14413090. OLE color: 14413090.
HSL color Cylindrical-coordinate representation of color #22EDDB: hue angle of 174.68º degrees, saturation: 0.85, 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 #22EDDB is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 237 | 219 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.07 |
| HSL | 174.68º | 0.85% | 0.53% | - |
| HSV(B) | 174.68º | 0.86% | 0.93% | - |
| XYZ | 43.73 | 66.02 | 77.46 | - |
| YUV | 174.25 | 153.25 | 27.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 237 | 219 | 0.86 | 0 | 0.08 | 0.07 | 174.68 | 0.85 | 0.53 |
| Hex | 22 | ED | DB | 56 | 0 | 8 | 7 | AF | 55 | 35 |
| Octal | 42 | 355 | 333 | 126 | 0 | 10 | 7 | 257 | 125 | 65 |
| Binary | 100010 | 11101101 | 11011011 | 1010110 | 0 | 1000 | 111 | 10101111 | 1010101 | 110101 |
Color Harmonies of #22EDDB
Complementary color
Monochromatic Colors of #22EDDB
Black with #22EDDB
Text Example
Text Example
White with #22EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22EDDB; }
p { color: rgb(34,237,219); }
H1.HeaderClassName
{
color: #22EDDB;
}
.AnyTagClassName
{
color: #22EDDB;
}
</style>
background-color css
<style>
a { background-color: #22EDDB; }
a { background-color: rgb(34,237,219); }
div.DivClassName
{
background-color: #22EDDB;
}
.BgClassName
{
background-color: #22EDDB;
}
</style>
border-color css
<style>
span { border-color: #22EDDB; }
span { border-color: rgb(34,237,219); }
td.TdClassName
{
border-color: #22EDDB;
}
.TagClassName
{
border-color: #22EDDB;
}
</style>