#9FFFE9

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

Shades of Pale Turquoise #9FFFE9

Tints of Pale Turquoise #9FFFE9

Color information

#9FFFE9 (or 0x9FFFE9) is unknown color: approx Pale Turquoise. HEX triplet: 9F, FF and E9. RGB value is (159,255,233). Sum of RGB (Red+Green+Blue) = 159+255+233=647 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.57% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 233 (91.41% from 255 or 36.01% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFFE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFFE9 is #600016. Grayscale: #DFDFDF. Windows color (decimal): -6291479 or 15335327. OLE color: 15335327.

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

Color convert

RGB159255233-
CMYK0.3800.090
HSL166.25º100%81.18%-
HSV(B)166.25º37.65%100%-
XYZ64.7784.7790.04-
YUV223.79133.281.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.57%
GREEN value IS 255 (100% from 255) = 39.41%
BLUE value IS 233 (91.41% from 255) = 36.01%
R=24.57%
G=39.41%
B=36.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1592552330.3800.090166.2510081.18
Hex9FFFE926090a66451
Octal237377351460110246144121
Binary1001111111111111111010011001100100101010011011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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