#22EBB7

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

Shades of Turquoise #22EBB7

Tints of Turquoise #22EBB7

Color information

#22EBB7 (or 0x22EBB7) is unknown color: approx Turquoise. HEX triplet: 22, EB and B7. RGB value is (34,235,183). Sum of RGB (Red+Green+Blue) = 34+235+183=452 (59% of max value = 765). Red value is 34 (13.67% from 255 or 7.52% from 452); Green value is 235 (92.19% from 255 or 51.99% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 235 - color contains mainly: green. Hex color #22EBB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #22EBB7 is #DD1448. Grayscale: #A8A8A8. Windows color (decimal): -14488649 or 12053282. OLE color: 12053282.

HSL color Cylindrical-coordinate representation of color #22EBB7: hue angle of 164.48º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22EBB7 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB34235183-
CMYK0.8600.220.08
HSL164.48º83.4%52.75%-
HSV(B)164.48º85.53%92.16%-
XYZ38.9263.1854.94-
YUV168.97135.9131.73-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 7.52%
GREEN value IS 235 (92.19% from 255) = 51.99%
BLUE value IS 183 (71.88% from 255) = 40.49%
R=7.52%
G=51.99%
B=40.49%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal342351830.8600.220.08164.4883.452.75
Hex22EBB7560168a45335
Octal423532671260261024412365
Binary100010111010111011011110101100101101000101001001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22EBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,235,183); }

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

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

 a { background-color: rgb(34,235,183); }

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

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

 span { border-color: rgb(34,235,183); }

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