Shades of Turquoise #22EACD
Tints of Turquoise #22EACD
RGB
CMYK
RGB Variations
Color information
#22EACD (or 0x22EACD) is known color: Turquoise. HEX triplet: 22, EA and CD. RGB value is (34,234,205). Sum of RGB (Red+Green+Blue) = 34+234+205=473 (62% of max value = 765). Red value is 34 (13.67% from 255 or 7.19% from 473); Green value is 234 (91.80% from 255 or 49.47% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 234 - color contains mainly: green. Hex color #22EACD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #22EACD is #DD1532. Grayscale: #AAAAAA. Windows color (decimal): -14488883 or 13494818. OLE color: 13494818.
HSL color Cylindrical-coordinate representation of color #22EACD: hue angle of 171.3º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22EACD is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 34 | 234 | 205 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.08 |
| HSL | 171.3º | 0.83% | 0.53% | - |
| HSV(B) | 171.3º | 0.85% | 0.92% | - |
| XYZ | 41.1 | 63.59 | 67.87 | - |
| YUV | 170.89 | 147.24 | 30.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 234 | 205 | 0.85 | 0 | 0.12 | 0.08 | 171.3 | 0.83 | 0.53 |
| Hex | 22 | EA | CD | 55 | 0 | C | 8 | AB | 53 | 35 |
| Octal | 42 | 352 | 315 | 125 | 0 | 14 | 10 | 253 | 123 | 65 |
| Binary | 100010 | 11101010 | 11001101 | 1010101 | 0 | 1100 | 1000 | 10101011 | 1010011 | 110101 |
Color Harmonies of #22EACD
Complementary color
Monochromatic Colors of #22EACD
Black with #22EACD
Text Example
Text Example
White with #22EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22EACD; }
p { color: rgb(34,234,205); }
H1.HeaderClassName
{
color: #22EACD;
}
.AnyTagClassName
{
color: #22EACD;
}
</style>
background-color css
<style>
a { background-color: #22EACD; }
a { background-color: rgb(34,234,205); }
div.DivClassName
{
background-color: #22EACD;
}
.BgClassName
{
background-color: #22EACD;
}
</style>
border-color css
<style>
span { border-color: #22EACD; }
span { border-color: rgb(34,234,205); }
td.TdClassName
{
border-color: #22EACD;
}
.TagClassName
{
border-color: #22EACD;
}
</style>