#9EFFE9

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

Shades of Pale Turquoise #9EFFE9

Tints of Pale Turquoise #9EFFE9

Color information

#9EFFE9 (or 0x9EFFE9) is unknown color: approx Pale Turquoise. HEX triplet: 9E, FF and E9. RGB value is (158,255,233). Sum of RGB (Red+Green+Blue) = 158+255+233=646 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.46% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 233 (91.41% from 255 or 36.07% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFFE9 is #610016. Grayscale: #DFDFDF. Windows color (decimal): -6357015 or 15335326. OLE color: 15335326.

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

Color convert

RGB158255233-
CMYK0.3800.090
HSL166.39º100%80.98%-
HSV(B)166.39º38.04%100%-
XYZ64.5784.6790.03-
YUV223.49133.3681.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.46%
GREEN value IS 255 (100% from 255) = 39.47%
BLUE value IS 233 (91.41% from 255) = 36.07%
R=24.46%
G=39.47%
B=36.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582552330.3800.090166.3910080.98
Hex9EFFE926090a66451
Octal236377351460110246144121
Binary1001111011111111111010011001100100101010011011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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