#9EFFF5

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

Shades of Pale Turquoise #9EFFF5

Tints of Pale Turquoise #9EFFF5

Color information

#9EFFF5 (or 0x9EFFF5) is unknown color: approx Pale Turquoise. HEX triplet: 9E, FF and F5. RGB value is (158,255,245). Sum of RGB (Red+Green+Blue) = 158+255+245=658 (87% of max value = 765). Red value is 158 (62.11% from 255 or 24.01% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 245 (96.09% from 255 or 37.23% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFFF5 is #61000A. Grayscale: #E0E0E0. Windows color (decimal): -6357003 or 16121758. OLE color: 16121758.

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

Color convert

RGB158255245-
CMYK0.3800.040
HSL173.81º100%80.98%-
HSV(B)173.81º38.04%100%-
XYZ66.3485.3899.37-
YUV224.86139.3680.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.01%
GREEN value IS 255 (100% from 255) = 38.75%
BLUE value IS 245 (96.09% from 255) = 37.23%
R=24.01%
G=38.75%
B=37.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582552450.3800.040173.8110080.98
Hex9EFFF526040ae6451
Octal23637736546040256144121
Binary100111101111111111110101100110010001010111011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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