#9FFEF2

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

Shades of Pale Turquoise #9FFEF2

Tints of Pale Turquoise #9FFEF2

Color information

#9FFEF2 (or 0x9FFEF2) is unknown color: approx Pale Turquoise. HEX triplet: 9F, FE and F2. RGB value is (159,254,242). Sum of RGB (Red+Green+Blue) = 159+254+242=655 (86% of max value = 765). Red value is 159 (62.5% from 255 or 24.27% from 655); Green value is 254 (99.61% from 255 or 38.78% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFEF2 is #60010D. Grayscale: #E0E0E0. Windows color (decimal): -6291726 or 15924895. OLE color: 15924895.

HSL color Cylindrical-coordinate representation of color #9FFEF2: hue angle of 172.42º 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 #9FFEF2 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB159254242-
CMYK0.3700.050.00
HSL172.42º97.94%80.98%-
HSV(B)172.42º37.4%99.61%-
XYZ65.7784.6796.88-
YUV224.23138.0381.48-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.27%
GREEN value IS 254 (99.61% from 255) = 38.78%
BLUE value IS 242 (94.92% from 255) = 36.95%
R=24.27%
G=38.78%
B=36.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1592542420.3700.050.00172.4297.9480.98
Hex9FFEF225050ac6251
Octal23737636245050254142121
Binary100111111111111011110010100101010101010110011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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