#9EFFFA

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

Shades of Pale Turquoise #9EFFFA

Tints of Pale Turquoise #9EFFFA

Color information

#9EFFFA (or 0x9EFFFA) is unknown color: approx Pale Turquoise. HEX triplet: 9E, FF and FA. RGB value is (158,255,250). Sum of RGB (Red+Green+Blue) = 158+255+250=663 (87% of max value = 765). Red value is 158 (62.11% from 255 or 23.83% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFFFA is #610005. Grayscale: #E1E1E1. Windows color (decimal): -6356998 or 16449438. OLE color: 16449438.

HSL color Cylindrical-coordinate representation of color #9EFFFA: hue angle of 176.91º 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 #9EFFFA is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB158255250-
CMYK0.3800.020
HSL176.91º100%80.98%-
HSV(B)176.91º38.04%100%-
XYZ67.1285.69103.45-
YUV225.43141.8679.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 23.83%
GREEN value IS 255 (100% from 255) = 38.46%
BLUE value IS 250 (98.05% from 255) = 37.71%
R=23.83%
G=38.46%
B=37.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582552500.3800.020176.9110080.98
Hex9EFFFA26020b16451
Octal23637737246020261144121
Binary10011110111111111111101010011001001011000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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