#9EF9ED

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

Shades of Pale Turquoise #9EF9ED

Tints of Pale Turquoise #9EF9ED

Color information

#9EF9ED (or 0x9EF9ED) is unknown color: approx Pale Turquoise. HEX triplet: 9E, F9 and ED. RGB value is (158,249,237). Sum of RGB (Red+Green+Blue) = 158+249+237=644 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.53% from 644); Green value is 249 (97.66% from 255 or 38.66% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 249 - color contains mainly: green. Hex color #9EF9ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF9ED is #610612. Grayscale: #DCDCDC. Windows color (decimal): -6358547 or 15595934. OLE color: 15595934.

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

Color convert

RGB158249237-
CMYK0.3700.050.02
HSL172.09º88.35%79.8%-
HSV(B)172.09º36.55%97.65%-
XYZ63.2681.1392.45-
YUV220.42137.3583.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.53%
GREEN value IS 249 (97.66% from 255) = 38.66%
BLUE value IS 237 (92.97% from 255) = 36.80%
R=24.53%
G=38.66%
B=36.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582492370.3700.050.02172.0988.3579.8
Hex9EF9ED25052ac5850
Octal23637135545052254130120
Binary1001111011111001111011011001010101101010110010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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