#9FFEF6

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

Shades of Pale Turquoise #9FFEF6

Tints of Pale Turquoise #9FFEF6

Color information

#9FFEF6 (or 0x9FFEF6) is unknown color: approx Pale Turquoise. HEX triplet: 9F, FE and F6. RGB value is (159,254,246). Sum of RGB (Red+Green+Blue) = 159+254+246=659 (87% of max value = 765). Red value is 159 (62.5% from 255 or 24.13% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 246 (96.48% from 255 or 37.33% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFEF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFEF6 is #600109. Grayscale: #E0E0E0. Windows color (decimal): -6291722 or 16187039. OLE color: 16187039.

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

Color convert

RGB159254246-
CMYK0.3700.030.00
HSL174.95º97.94%80.98%-
HSV(B)174.95º37.4%99.61%-
XYZ66.3784.91100.08-
YUV224.68140.0381.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.13%
GREEN value IS 254 (99.61% from 255) = 38.54%
BLUE value IS 246 (96.48% from 255) = 37.33%
R=24.13%
G=38.54%
B=37.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1592542460.3700.030.00174.9597.9480.98
Hex9FFEF625030af6251
Octal23737636645030257142121
Binary10011111111111101111011010010101101010111111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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