#22EEC1

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

Shades of Turquoise #22EEC1

Tints of Turquoise #22EEC1

Color information

#22EEC1 (or 0x22EEC1) is unknown color: approx Turquoise. HEX triplet: 22, EE and C1. RGB value is (34,238,193). Sum of RGB (Red+Green+Blue) = 34+238+193=465 (61% of max value = 765). Red value is 34 (13.67% from 255 or 7.31% from 465); Green value is 238 (93.36% from 255 or 51.18% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 238 - color contains mainly: green. Hex color #22EEC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #22EEC1 is #DD113E. Grayscale: #ABABAB. Windows color (decimal): -14487871 or 12709410. OLE color: 12709410.

HSL color Cylindrical-coordinate representation of color #22EEC1: hue angle of 166.76º degrees, saturation: 0.86, 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 #22EEC1 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB34238193-
CMYK0.8600.190.07
HSL166.76º85.71%53.33%-
HSV(B)166.76º85.71%93.33%-
XYZ40.8665.3460.91-
YUV171.87139.9129.66-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 7.31%
GREEN value IS 238 (93.36% from 255) = 51.18%
BLUE value IS 193 (75.78% from 255) = 41.51%
R=7.31%
G=51.18%
B=41.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal342381930.8600.190.07166.7685.7153.33
Hex22EEC1560137a75635
Octal42356301126023724712665
Binary10001011101110110000011010110010011111101001111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22EEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,238,193); }

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

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

 a { background-color: rgb(34,238,193); }

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

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

 span { border-color: rgb(34,238,193); }

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