#9FFAE7

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

Shades of Pale Turquoise #9FFAE7

Tints of Pale Turquoise #9FFAE7

Color information

#9FFAE7 (or 0x9FFAE7) is unknown color: approx Pale Turquoise. HEX triplet: 9F, FA and E7. RGB value is (159,250,231). Sum of RGB (Red+Green+Blue) = 159+250+231=640 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.84% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFAE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFAE7 is #600518. Grayscale: #DCDCDC. Windows color (decimal): -6292761 or 15202975. OLE color: 15202975.

HSL color Cylindrical-coordinate representation of color #9FFAE7: hue angle of 167.47º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FFAE7 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB159250231-
CMYK0.3600.080.02
HSL167.47º90.1%80.2%-
HSV(B)167.47º36.4%98.04%-
XYZ62.9181.5188.02-
YUV220.62133.8584.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.84%
GREEN value IS 250 (98.05% from 255) = 39.06%
BLUE value IS 231 (90.62% from 255) = 36.09%
R=24.84%
G=39.06%
B=36.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592502310.3600.080.02167.4790.180.2
Hex9FFAE724082a75a50
Octal237372347440102247132120
Binary10011111111110101110011110010001000101010011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,250,231); }

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

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

 a { background-color: rgb(159,250,231); }

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

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

 span { border-color: rgb(159,250,231); }

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