#9FF7E8

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

Shades of Pale Turquoise #9FF7E8

Tints of Pale Turquoise #9FF7E8

Color information

#9FF7E8 (or 0x9FF7E8) is unknown color: approx Pale Turquoise. HEX triplet: 9F, F7 and E8. RGB value is (159,247,232). Sum of RGB (Red+Green+Blue) = 159+247+232=638 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.92% from 638); Green value is 247 (96.88% from 255 or 38.71% from 638); Blue value is 232 (91.02% from 255 or 36.36% from 638); Max value from RGB is 247 - color contains mainly: green. Hex color #9FF7E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF7E8 is #600817. Grayscale: #DADADA. Windows color (decimal): -6293528 or 15267743. OLE color: 15267743.

HSL color Cylindrical-coordinate representation of color #9FF7E8: hue angle of 169.77º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FF7E8 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB159247232-
CMYK0.3600.060.03
HSL169.77º84.62%79.61%-
HSV(B)169.77º35.63%96.86%-
XYZ62.1279.7288.46-
YUV218.98135.3585.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.92%
GREEN value IS 247 (96.88% from 255) = 38.71%
BLUE value IS 232 (91.02% from 255) = 36.36%
R=24.92%
G=38.71%
B=36.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1592472320.3600.060.03169.7784.6279.61
Hex9FF7E824063aa5550
Octal23736735044063252125120
Binary1001111111110111111010001001000110111010101010101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF7E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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