#9EEFEB

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

Shades of Pale Turquoise #9EEFEB

Tints of Pale Turquoise #9EEFEB

Color information

#9EEFEB (or 0x9EEFEB) is unknown color: approx Pale Turquoise. HEX triplet: 9E, EF and EB. RGB value is (158,239,235). Sum of RGB (Red+Green+Blue) = 158+239+235=632 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEFEB is #611014. Grayscale: #D6D6D6. Windows color (decimal): -6361109 or 15462302. OLE color: 15462302.

HSL color Cylindrical-coordinate representation of color #9EEFEB: hue angle of 177.04º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EEFEB is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB158239235-
CMYK0.3400.020.06
HSL177.04º71.68%77.84%-
HSV(B)177.04º33.89%93.73%-
XYZ59.967589.91-
YUV214.32139.6687.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25%
GREEN value IS 239 (93.75% from 255) = 37.82%
BLUE value IS 235 (92.19% from 255) = 37.18%
R=25%
G=37.82%
B=37.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1582392350.3400.020.06177.0471.6877.84
Hex9EEFEB22026b1484e
Octal23635735342026261110116
Binary1001111011101111111010111000100101101011000110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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