#9FEFE5

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

Shades of Pale Turquoise #9FEFE5

Tints of Pale Turquoise #9FEFE5

Color information

#9FEFE5 (or 0x9FEFE5) is unknown color: approx Pale Turquoise. HEX triplet: 9F, EF and E5. RGB value is (159,239,229). Sum of RGB (Red+Green+Blue) = 159+239+229=627 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.36% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 229 (89.84% from 255 or 36.52% from 627); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEFE5 is #60101A. Grayscale: #D5D5D5. Windows color (decimal): -6295579 or 15069087. OLE color: 15069087.

HSL color Cylindrical-coordinate representation of color #9FEFE5: hue angle of 172.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEFE5 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB159239229-
CMYK0.3300.040.06
HSL172.5º71.43%78.04%-
HSV(B)172.5º33.47%93.73%-
XYZ59.3174.7685.43-
YUV213.94136.588.81-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.36%
GREEN value IS 239 (93.75% from 255) = 38.12%
BLUE value IS 229 (89.84% from 255) = 36.52%
R=25.36%
G=38.12%
B=36.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1592392290.3300.040.06172.571.4378.04
Hex9FEFE521046ac474e
Octal23735734541046254107116
Binary10011111111011111110010110000101001101010110010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,239,229); }

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

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

 a { background-color: rgb(159,239,229); }

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

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

 span { border-color: rgb(159,239,229); }

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