#9EEFE4

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

Shades of Pale Turquoise #9EEFE4

Tints of Pale Turquoise #9EEFE4

Color information

#9EEFE4 (or 0x9EEFE4) is unknown color: approx Pale Turquoise. HEX triplet: 9E, EF and E4. RGB value is (158,239,228). Sum of RGB (Red+Green+Blue) = 158+239+228=625 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.28% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 239 - color contains mainly: green. Hex color #9EEFE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EEFE4 is #61101B. Grayscale: #D5D5D5. Windows color (decimal): -6361116 or 15003550. OLE color: 15003550.

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

Color convert

RGB158239228-
CMYK0.3400.050.06
HSL171.85º71.68%77.84%-
HSV(B)171.85º33.89%93.73%-
XYZ58.9774.684.69-
YUV213.53136.1688.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.28%
GREEN value IS 239 (93.75% from 255) = 38.24%
BLUE value IS 228 (89.45% from 255) = 36.48%
R=25.28%
G=38.24%
B=36.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1582392280.3400.050.06171.8571.6877.84
Hex9EEFE422056ac484e
Octal23635734442056254110116
Binary10011110111011111110010010001001011101010110010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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