#22DED0

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

Shades of Turquoise #22DED0

Tints of Turquoise #22DED0

Color information

#22DED0 (or 0x22DED0) is unknown color: approx Turquoise. HEX triplet: 22, DE and D0. RGB value is (34,222,208). Sum of RGB (Red+Green+Blue) = 34+222+208=464 (61% of max value = 765). Red value is 34 (13.67% from 255 or 7.33% from 464); Green value is 222 (87.11% from 255 or 47.84% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 222 - color contains mainly: green. Hex color #22DED0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #22DED0 is #DD212F. Grayscale: #A4A4A4. Windows color (decimal): -14491952 or 13688354. OLE color: 13688354.

HSL color Cylindrical-coordinate representation of color #22DED0: hue angle of 175.53º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22DED0 is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB34222208-
CMYK0.8500.060.13
HSL175.53º74.02%50.2%-
HSV(B)175.53º84.68%87.06%-
XYZ38.1757.1468.69-
YUV164.19152.7235.14-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 7.33%
GREEN value IS 222 (87.11% from 255) = 47.84%
BLUE value IS 208 (81.64% from 255) = 44.83%
R=7.33%
G=47.84%
B=44.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal342222080.8500.060.13175.5374.0250.2
Hex22DED05506Db04a32
Octal42336320125061526011262
Binary1000101101111011010000101010101101101101100001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22DED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,222,208); }

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

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

 a { background-color: rgb(34,222,208); }

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

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

 span { border-color: rgb(34,222,208); }

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