#22D7B9

Color #22D7B9 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #22D7B9

Tints of Turquoise #22D7B9

Color information

#22D7B9 (or 0x22D7B9) is unknown color: approx Turquoise. HEX triplet: 22, D7 and B9. RGB value is (34,215,185). Sum of RGB (Red+Green+Blue) = 34+215+185=434 (57% of max value = 765). Red value is 34 (13.67% from 255 or 7.83% from 434); Green value is 215 (84.38% from 255 or 49.54% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 215 - color contains mainly: green. Hex color #22D7B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22D7B9 is #DD2846. Grayscale: #9D9D9D. Windows color (decimal): -14493767 or 12179234. OLE color: 12179234.

HSL color Cylindrical-coordinate representation of color #22D7B9: hue angle of 170.06º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22D7B9 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB34215185-
CMYK0.8400.140.16
HSL170.06º72.69%48.82%-
HSV(B)170.06º84.19%84.31%-
XYZ33.7252.4454.24-
YUV157.46143.5339.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 7.83%
GREEN value IS 215 (84.38% from 255) = 49.54%
BLUE value IS 185 (72.66% from 255) = 42.63%
R=7.83%
G=49.54%
B=42.63%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal342151850.8400.140.16170.0672.6948.82
Hex22D7B9540E10aa4931
Octal423272711240162025211161
Binary100010110101111011100110101000111010000101010101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22D7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22D7B9; }

 p { color: rgb(34,215,185); }

 H1.HeaderClassName
 {
   color: #22D7B9;
 }
 .AnyTagClassName
 {
   color: #22D7B9;
 }
</style>
background-color css

<style>
 a { background-color: #22D7B9; }

 a { background-color: rgb(34,215,185); }

 div.DivClassName
 {
   background-color: #22D7B9;
 }
 .BgClassName
 {
   background-color: #22D7B9;
 }
</style>
border-color css

<style>
 span { border-color: #22D7B9; }

 span { border-color: rgb(34,215,185); }

 td.TdClassName
 {
   border-color: #22D7B9;
 }
 .TagClassName
 {
   border-color: #22D7B9;
 }
</style>