#9EF7EB

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

Shades of Pale Turquoise #9EF7EB

Tints of Pale Turquoise #9EF7EB

Color information

#9EF7EB (or 0x9EF7EB) is unknown color: approx Pale Turquoise. HEX triplet: 9E, F7 and EB. RGB value is (158,247,235). Sum of RGB (Red+Green+Blue) = 158+247+235=640 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.69% from 640); Green value is 247 (96.88% from 255 or 38.59% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 247 - color contains mainly: green. Hex color #9EF7EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF7EB is #610814. Grayscale: #DADADA. Windows color (decimal): -6359061 or 15464350. OLE color: 15464350.

HSL color Cylindrical-coordinate representation of color #9EF7EB: hue angle of 171.91º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EF7EB is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB158247235-
CMYK0.3600.050.03
HSL171.91º84.76%79.41%-
HSV(B)171.91º36.03%96.86%-
XYZ62.3679.7990.71-
YUV219.02137.0184.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.69%
GREEN value IS 247 (96.88% from 255) = 38.59%
BLUE value IS 235 (92.19% from 255) = 36.72%
R=24.69%
G=38.59%
B=36.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1582472350.3600.050.03171.9184.7679.41
Hex9EF7EB24053ac554f
Octal23636735344053254125117
Binary1001111011110111111010111001000101111010110010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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