#9EFFEA

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

Shades of Pale Turquoise #9EFFEA

Tints of Pale Turquoise #9EFFEA

Color information

#9EFFEA (or 0x9EFFEA) is unknown color: approx Pale Turquoise. HEX triplet: 9E, FF and EA. RGB value is (158,255,234). Sum of RGB (Red+Green+Blue) = 158+255+234=647 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.42% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFFEA is #610015. Grayscale: #DFDFDF. Windows color (decimal): -6357014 or 15400862. OLE color: 15400862.

HSL color Cylindrical-coordinate representation of color #9EFFEA: hue angle of 167.01º 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 #9EFFEA is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB158255234-
CMYK0.3800.080
HSL167.01º100%80.98%-
HSV(B)167.01º38.04%100%-
XYZ64.7184.7390.79-
YUV223.6133.8681.21-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.42%
GREEN value IS 255 (100% from 255) = 39.41%
BLUE value IS 234 (91.80% from 255) = 36.17%
R=24.42%
G=39.41%
B=36.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582552340.3800.080167.0110080.98
Hex9EFFEA26080a76451
Octal236377352460100247144121
Binary1001111011111111111010101001100100001010011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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