#9EF7FA

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

Shades of Pale Turquoise #9EF7FA

Tints of Pale Turquoise #9EF7FA

Color information

#9EF7FA (or 0x9EF7FA) is unknown color: approx Pale Turquoise. HEX triplet: 9E, F7 and FA. RGB value is (158,247,250). Sum of RGB (Red+Green+Blue) = 158+247+250=655 (86% of max value = 765). Red value is 158 (62.11% from 255 or 24.12% from 655); Green value is 247 (96.88% from 255 or 37.71% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #9EF7FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF7FA is #610805. Grayscale: #DCDCDC. Windows color (decimal): -6359046 or 16447390. OLE color: 16447390.

HSL color Cylindrical-coordinate representation of color #9EF7FA: hue angle of 181.96º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EF7FA is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB158247250-
CMYK0.370.0100.02
HSL181.96º90.2%80%-
HSV(B)181.96º36.8%98.04%-
XYZ64.6280.69102.61-
YUV220.73144.5183.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.12%
GREEN value IS 247 (96.88% from 255) = 37.71%
BLUE value IS 250 (98.05% from 255) = 38.17%
R=24.12%
G=37.71%
B=38.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582472500.370.0100.02181.9690.280
Hex9EF7FA25102b65a50
Octal23636737245102266132120
Binary10011110111101111111101010010110101011011010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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