#9EF9EB

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

Shades of Pale Turquoise #9EF9EB

Tints of Pale Turquoise #9EF9EB

Color information

#9EF9EB (or 0x9EF9EB) is unknown color: approx Pale Turquoise. HEX triplet: 9E, F9 and EB. RGB value is (158,249,235). Sum of RGB (Red+Green+Blue) = 158+249+235=642 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.61% from 642); Green value is 249 (97.66% from 255 or 38.79% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 249 - color contains mainly: green. Hex color #9EF9EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF9EB is #610614. Grayscale: #DCDCDC. Windows color (decimal): -6358549 or 15464862. OLE color: 15464862.

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

Color convert

RGB158249235-
CMYK0.3700.060.02
HSL170.77º88.35%79.8%-
HSV(B)170.77º36.55%97.65%-
XYZ62.9781.0290.92-
YUV220.19136.3583.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.61%
GREEN value IS 249 (97.66% from 255) = 38.79%
BLUE value IS 235 (92.19% from 255) = 36.60%
R=24.61%
G=38.79%
B=36.60%

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
Decimal1582492350.3700.060.02170.7788.3579.8
Hex9EF9EB25062ab5850
Octal23637135345062253130120
Binary1001111011111001111010111001010110101010101110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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