#9EFFED

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

Shades of Pale Turquoise #9EFFED

Tints of Pale Turquoise #9EFFED

Color information

#9EFFED (or 0x9EFFED) is unknown color: approx Pale Turquoise. HEX triplet: 9E, FF and ED. RGB value is (158,255,237). Sum of RGB (Red+Green+Blue) = 158+255+237=650 (86% of max value = 765). Red value is 158 (62.11% from 255 or 24.31% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFFED is #610012. Grayscale: #DFDFDF. Windows color (decimal): -6357011 or 15597470. OLE color: 15597470.

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

Color convert

RGB158255237-
CMYK0.3800.070
HSL168.87º100%80.98%-
HSV(B)168.87º38.04%100%-
XYZ65.1584.993.08-
YUV223.94135.3680.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.31%
GREEN value IS 255 (100% from 255) = 39.23%
BLUE value IS 237 (92.97% from 255) = 36.46%
R=24.31%
G=39.23%
B=36.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582552370.3800.070168.8710080.98
Hex9EFFED26070a96451
Octal23637735546070251144121
Binary100111101111111111101101100110011101010100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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