#9FFAE8

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

Shades of Pale Turquoise #9FFAE8

Tints of Pale Turquoise #9FFAE8

Color information

#9FFAE8 (or 0x9FFAE8) is unknown color: approx Pale Turquoise. HEX triplet: 9F, FA and E8. RGB value is (159,250,232). Sum of RGB (Red+Green+Blue) = 159+250+232=641 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.80% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFAE8 is #600517. Grayscale: #DCDCDC. Windows color (decimal): -6292760 or 15268511. OLE color: 15268511.

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

Color convert

RGB159250232-
CMYK0.3600.070.02
HSL168.13º90.1%80.2%-
HSV(B)168.13º36.4%98.04%-
XYZ63.0581.5788.77-
YUV220.74134.3583.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.80%
GREEN value IS 250 (98.05% from 255) = 39.00%
BLUE value IS 232 (91.02% from 255) = 36.19%
R=24.80%
G=39.00%
B=36.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592502320.3600.070.02168.1390.180.2
Hex9FFAE824072a85a50
Octal23737235044072250132120
Binary1001111111111010111010001001000111101010100010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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