#9EFFF7

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

Shades of Pale Turquoise #9EFFF7

Tints of Pale Turquoise #9EFFF7

Color information

#9EFFF7 (or 0x9EFFF7) is unknown color: approx Pale Turquoise. HEX triplet: 9E, FF and F7. RGB value is (158,255,247). Sum of RGB (Red+Green+Blue) = 158+255+247=660 (87% of max value = 765). Red value is 158 (62.11% from 255 or 23.94% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 247 (96.88% from 255 or 37.42% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFFF7 is #610008. Grayscale: #E1E1E1. Windows color (decimal): -6357001 or 16252830. OLE color: 16252830.

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

Color convert

RGB158255247-
CMYK0.3800.030
HSL175.05º100%80.98%-
HSV(B)175.05º38.04%100%-
XYZ66.6585.5100.99-
YUV225.08140.3680.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 23.94%
GREEN value IS 255 (100% from 255) = 38.64%
BLUE value IS 247 (96.88% from 255) = 37.42%
R=23.94%
G=38.64%
B=37.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582552470.3800.030175.0510080.98
Hex9EFFF726030af6451
Octal23637736746030257144121
Binary10011110111111111111011110011001101010111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,255,247); }

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

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

 a { background-color: rgb(158,255,247); }

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

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

 span { border-color: rgb(158,255,247); }

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