#22EEBB

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

Shades of Turquoise #22EEBB

Tints of Turquoise #22EEBB

Color information

#22EEBB (or 0x22EEBB) is unknown color: approx Turquoise. HEX triplet: 22, EE and BB. RGB value is (34,238,187). Sum of RGB (Red+Green+Blue) = 34+238+187=459 (60% of max value = 765). Red value is 34 (13.67% from 255 or 7.41% from 459); Green value is 238 (93.36% from 255 or 51.85% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 238 - color contains mainly: green. Hex color #22EEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #22EEBB is #DD1144. Grayscale: #ABABAB. Windows color (decimal): -14487877 or 12316194. OLE color: 12316194.

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

Color convert

RGB34238187-
CMYK0.8600.210.07
HSL165º85.71%53.33%-
HSV(B)165º85.71%93.33%-
XYZ40.265.0857.46-
YUV171.19136.9130.15-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 7.41%
GREEN value IS 238 (93.36% from 255) = 51.85%
BLUE value IS 187 (73.44% from 255) = 40.74%
R=7.41%
G=51.85%
B=40.74%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal342381870.8600.210.0716585.7153.33
Hex22EEBB560157a55635
Octal42356273126025724512665
Binary10001011101110101110111010110010101111101001011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22EEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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