#9EFAEB

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

Shades of Pale Turquoise #9EFAEB

Tints of Pale Turquoise #9EFAEB

Color information

#9EFAEB (or 0x9EFAEB) is unknown color: approx Pale Turquoise. HEX triplet: 9E, FA and EB. RGB value is (158,250,235). Sum of RGB (Red+Green+Blue) = 158+250+235=643 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.57% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFAEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFAEB is #610514. Grayscale: #DCDCDC. Windows color (decimal): -6358293 or 15465118. OLE color: 15465118.

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

Color convert

RGB158250235-
CMYK0.3700.060.02
HSL170.22º90.2%80%-
HSV(B)170.22º36.8%98.04%-
XYZ63.2881.6491.02-
YUV220.78136.0283.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.57%
GREEN value IS 250 (98.05% from 255) = 38.88%
BLUE value IS 235 (92.19% from 255) = 36.55%
R=24.57%
G=38.88%
B=36.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582502350.3700.060.02170.2290.280
Hex9EFAEB25062aa5a50
Octal23637235345062252132120
Binary1001111011111010111010111001010110101010101010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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