#9FFAE9

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

Shades of Pale Turquoise #9FFAE9

Tints of Pale Turquoise #9FFAE9

Color information

#9FFAE9 (or 0x9FFAE9) is unknown color: approx Pale Turquoise. HEX triplet: 9F, FA and E9. RGB value is (159,250,233). Sum of RGB (Red+Green+Blue) = 159+250+233=642 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.77% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 233 (91.41% from 255 or 36.29% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFAE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFAE9 is #600516. Grayscale: #DCDCDC. Windows color (decimal): -6292759 or 15334047. OLE color: 15334047.

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

Color convert

RGB159250233-
CMYK0.3600.070.02
HSL168.79º90.1%80.2%-
HSV(B)168.79º36.4%98.04%-
XYZ63.1981.6389.52-
YUV220.85134.8583.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.77%
GREEN value IS 250 (98.05% from 255) = 38.94%
BLUE value IS 233 (91.41% from 255) = 36.29%
R=24.77%
G=38.94%
B=36.29%

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
Decimal1592502330.3600.070.02168.7990.180.2
Hex9FFAE924072a95a50
Octal23737235144072251132120
Binary1001111111111010111010011001000111101010100110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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