#9EFFEB

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

Shades of Pale Turquoise #9EFFEB

Tints of Pale Turquoise #9EFFEB

Color information

#9EFFEB (or 0x9EFFEB) is unknown color: approx Pale Turquoise. HEX triplet: 9E, FF and EB. RGB value is (158,255,235). Sum of RGB (Red+Green+Blue) = 158+255+235=648 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.38% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFFEB is #610014. Grayscale: #DFDFDF. Windows color (decimal): -6357013 or 15466398. OLE color: 15466398.

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

Color convert

RGB158255235-
CMYK0.3800.080
HSL167.63º100%80.98%-
HSV(B)167.63º38.04%100%-
XYZ64.8684.7991.54-
YUV223.72134.3681.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.38%
GREEN value IS 255 (100% from 255) = 39.35%
BLUE value IS 235 (92.19% from 255) = 36.27%
R=24.38%
G=39.35%
B=36.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582552350.3800.080167.6310080.98
Hex9EFFEB26080a86451
Octal236377353460100250144121
Binary1001111011111111111010111001100100001010100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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