#9EFEEB

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

Shades of Pale Turquoise #9EFEEB

Tints of Pale Turquoise #9EFEEB

Color information

#9EFEEB (or 0x9EFEEB) is unknown color: approx Pale Turquoise. HEX triplet: 9E, FE and EB. RGB value is (158,254,235). Sum of RGB (Red+Green+Blue) = 158+254+235=647 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.42% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFEEB is #610114. Grayscale: #DFDFDF. Windows color (decimal): -6357269 or 15466142. OLE color: 15466142.

HSL color Cylindrical-coordinate representation of color #9EFEEB: hue angle of 168.12º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFEEB is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB158254235-
CMYK0.3800.070.00
HSL168.12º97.96%80.78%-
HSV(B)168.12º37.8%99.61%-
XYZ64.5484.1591.44-
YUV223.13134.781.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.42%
GREEN value IS 254 (99.61% from 255) = 39.26%
BLUE value IS 235 (92.19% from 255) = 36.32%
R=24.42%
G=39.26%
B=36.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1582542350.3800.070.00168.1297.9680.78
Hex9EFEEB26070a86251
Octal23637635346070250142121
Binary100111101111111011101011100110011101010100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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