#9EF5E5

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

Shades of Pale Turquoise #9EF5E5

Tints of Pale Turquoise #9EF5E5

Color information

#9EF5E5 (or 0x9EF5E5) is unknown color: approx Pale Turquoise. HEX triplet: 9E, F5 and E5. RGB value is (158,245,229). Sum of RGB (Red+Green+Blue) = 158+245+229=632 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25% from 632); Green value is 245 (96.09% from 255 or 38.77% from 632); Blue value is 229 (89.84% from 255 or 36.23% from 632); Max value from RGB is 245 - color contains mainly: green. Hex color #9EF5E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF5E5 is #610A1A. Grayscale: #D9D9D9. Windows color (decimal): -6359579 or 15070622. OLE color: 15070622.

HSL color Cylindrical-coordinate representation of color #9EF5E5: hue angle of 168.97º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EF5E5 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB158245229-
CMYK0.3600.070.04
HSL168.97º81.31%79.02%-
HSV(B)168.97º35.51%96.08%-
XYZ60.978.2386.02-
YUV217.16134.6885.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25%
GREEN value IS 245 (96.09% from 255) = 38.77%
BLUE value IS 229 (89.84% from 255) = 36.23%
R=25%
G=38.77%
B=36.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1582452290.3600.070.04168.9781.3179.02
Hex9EF5E524074a9514f
Octal23636534544074251121117
Binary10011110111101011110010110010001111001010100110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF5E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EF5E5; }

 p { color: rgb(158,245,229); }

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

<style>
 a { background-color: #9EF5E5; }

 a { background-color: rgb(158,245,229); }

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

<style>
 span { border-color: #9EF5E5; }

 span { border-color: rgb(158,245,229); }

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