Shades of Turquoise #22D9CB
Tints of Turquoise #22D9CB
RGB
CMYK
RGB Variations
Color information
#22D9CB (or 0x22D9CB) is known color: Turquoise. HEX triplet: 22, D9 and CB. RGB value is (34,217,203). Sum of RGB (Red+Green+Blue) = 34+217+203=454 (60% of max value = 765). Red value is 34 (13.67% from 255 or 7.49% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 217 - color contains mainly: green. Hex color #22D9CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22D9CB is #DD2634. Grayscale: #A0A0A0. Windows color (decimal): -14493237 or 13359394. OLE color: 13359394.
HSL color Cylindrical-coordinate representation of color #22D9CB: hue angle of 175.41º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22D9CB is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 217 | 203 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.15 |
| HSL | 175.41º | 0.73% | 0.49% | - |
| HSV(B) | 175.41º | 0.84% | 0.85% | - |
| XYZ | 36.25 | 54.28 | 65.07 | - |
| YUV | 160.69 | 151.87 | 37.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 217 | 203 | 0.84 | 0 | 0.06 | 0.15 | 175.41 | 0.73 | 0.49 |
| Hex | 22 | D9 | CB | 54 | 0 | 6 | F | AF | 49 | 31 |
| Octal | 42 | 331 | 313 | 124 | 0 | 6 | 17 | 257 | 111 | 61 |
| Binary | 100010 | 11011001 | 11001011 | 1010100 | 0 | 110 | 1111 | 10101111 | 1001001 | 110001 |
Color Harmonies of #22D9CB
Complementary color
Monochromatic Colors of #22D9CB
Black with #22D9CB
Text Example
Text Example
White with #22D9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D9CB; }
p { color: rgb(34,217,203); }
H1.HeaderClassName
{
color: #22D9CB;
}
.AnyTagClassName
{
color: #22D9CB;
}
</style>
background-color css
<style>
a { background-color: #22D9CB; }
a { background-color: rgb(34,217,203); }
div.DivClassName
{
background-color: #22D9CB;
}
.BgClassName
{
background-color: #22D9CB;
}
</style>
border-color css
<style>
span { border-color: #22D9CB; }
span { border-color: rgb(34,217,203); }
td.TdClassName
{
border-color: #22D9CB;
}
.TagClassName
{
border-color: #22D9CB;
}
</style>