#9EEDE4

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

Shades of Pale Turquoise #9EEDE4

Tints of Pale Turquoise #9EEDE4

Color information

#9EEDE4 (or 0x9EEDE4) is unknown color: approx Pale Turquoise. HEX triplet: 9E, ED and E4. RGB value is (158,237,228). Sum of RGB (Red+Green+Blue) = 158+237+228=623 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.36% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 228 (89.45% from 255 or 36.60% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #9EEDE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEDE4 is #61121B. Grayscale: #D4D4D4. Windows color (decimal): -6361628 or 15003038. OLE color: 15003038.

HSL color Cylindrical-coordinate representation of color #9EEDE4: hue angle of 173.16º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EEDE4 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB158237228-
CMYK0.3300.040.07
HSL173.16º68.7%77.45%-
HSV(B)173.16º33.33%92.94%-
XYZ58.3973.4484.5-
YUV212.35136.8389.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.36%
GREEN value IS 237 (92.97% from 255) = 38.04%
BLUE value IS 228 (89.45% from 255) = 36.60%
R=25.36%
G=38.04%
B=36.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582372280.3300.040.07173.1668.777.45
Hex9EEDE421047ad454d
Octal23635534441047255105115
Binary10011110111011011110010010000101001111010110110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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