#9FEFE8

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

Shades of Pale Turquoise #9FEFE8

Tints of Pale Turquoise #9FEFE8

Color information

#9FEFE8 (or 0x9FEFE8) is unknown color: approx Pale Turquoise. HEX triplet: 9F, EF and E8. RGB value is (159,239,232). Sum of RGB (Red+Green+Blue) = 159+239+232=630 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.24% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEFE8 is #601017. Grayscale: #D6D6D6. Windows color (decimal): -6295576 or 15265695. OLE color: 15265695.

HSL color Cylindrical-coordinate representation of color #9FEFE8: hue angle of 174.75º 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 #9FEFE8 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB159239232-
CMYK0.3300.030.06
HSL174.75º71.43%78.04%-
HSV(B)174.75º33.47%93.73%-
XYZ59.7374.9387.66-
YUV214.2813888.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.24%
GREEN value IS 239 (93.75% from 255) = 37.94%
BLUE value IS 232 (91.02% from 255) = 36.83%
R=25.24%
G=37.94%
B=36.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1592392320.3300.030.06174.7571.4378.04
Hex9FEFE821036af474e
Octal23735735041036257107116
Binary1001111111101111111010001000010111101010111110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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