#22EDD6

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

Shades of Bright Turquoise #22EDD6

Tints of Bright Turquoise #22EDD6

Color information

#22EDD6 (or 0x22EDD6) is unknown color: approx Bright Turquoise. HEX triplet: 22, ED and D6. RGB value is (34,237,214). Sum of RGB (Red+Green+Blue) = 34+237+214=485 (64% of max value = 765). Red value is 34 (13.67% from 255 or 7.01% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #22EDD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #22EDD6 is #DD1229. Grayscale: #ADADAD. Windows color (decimal): -14488106 or 14085410. OLE color: 14085410.

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

Color convert

RGB34237214-
CMYK0.8600.100.07
HSL173.2º84.94%53.14%-
HSV(B)173.2º85.65%92.94%-
XYZ43.0865.7674.04-
YUV173.68150.7528.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 7.01%
GREEN value IS 237 (92.97% from 255) = 48.87%
BLUE value IS 214 (83.98% from 255) = 44.12%
R=7.01%
G=48.87%
B=44.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal342372140.8600.100.07173.284.9453.14
Hex22EDD6560A7ad5535
Octal42355326126012725512565
Binary1000101110110111010110101011001010111101011011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22EDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,237,214); }

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

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

 a { background-color: rgb(34,237,214); }

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

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

 span { border-color: rgb(34,237,214); }

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