#9FFEF0

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

Shades of Pale Turquoise #9FFEF0

Tints of Pale Turquoise #9FFEF0

Color information

#9FFEF0 (or 0x9FFEF0) is unknown color: approx Pale Turquoise. HEX triplet: 9F, FE and F0. RGB value is (159,254,240). Sum of RGB (Red+Green+Blue) = 159+254+240=653 (86% of max value = 765). Red value is 159 (62.5% from 255 or 24.35% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFEF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFEF0 is #60010F. Grayscale: #DFDFDF. Windows color (decimal): -6291728 or 15793823. OLE color: 15793823.

HSL color Cylindrical-coordinate representation of color #9FFEF0: hue angle of 171.16º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFEF0 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB159254240-
CMYK0.3700.060.00
HSL171.16º97.94%80.98%-
HSV(B)171.16º37.4%99.61%-
XYZ65.4784.5595.31-
YUV224137.0381.64-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.35%
GREEN value IS 254 (99.61% from 255) = 38.90%
BLUE value IS 240 (94.14% from 255) = 36.75%
R=24.35%
G=38.90%
B=36.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1592542400.3700.060.00171.1697.9480.98
Hex9FFEF025060ab6251
Octal23737636045060253142121
Binary100111111111111011110000100101011001010101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,254,240); }

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

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

 a { background-color: rgb(159,254,240); }

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

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

 span { border-color: rgb(159,254,240); }

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