#22EDF9

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

Shades of Bright Turquoise #22EDF9

Tints of Bright Turquoise #22EDF9

Color information

#22EDF9 (or 0x22EDF9) is unknown color: approx Bright Turquoise. HEX triplet: 22, ED and F9. RGB value is (34,237,249). Sum of RGB (Red+Green+Blue) = 34+237+249=520 (68% of max value = 765). Red value is 34 (13.67% from 255 or 6.54% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #22EDF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #22EDF9 is #DD1206. Grayscale: #B1B1B1. Windows color (decimal): -14488071 or 16379170. OLE color: 16379170.

HSL color Cylindrical-coordinate representation of color #22EDF9: hue angle of 183.35º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22EDF9 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB34237249-
CMYK0.860.0500.02
HSL183.35º94.71%55.49%-
HSV(B)183.35º86.35%97.65%-
XYZ48.0467.75100.17-
YUV177.67168.2525.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 6.54%
GREEN value IS 237 (92.97% from 255) = 45.58%
BLUE value IS 249 (97.66% from 255) = 47.88%
R=6.54%
G=45.58%
B=47.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal342372490.860.0500.02183.3594.7155.49
Hex22EDF956502b75f37
Octal4235537112650226713767
Binary10001011101101111110011010110101010101101111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22EDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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