#9EFDEC

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

Shades of Pale Turquoise #9EFDEC

Tints of Pale Turquoise #9EFDEC

Color information

#9EFDEC (or 0x9EFDEC) is unknown color: approx Pale Turquoise. HEX triplet: 9E, FD and EC. RGB value is (158,253,236). Sum of RGB (Red+Green+Blue) = 158+253+236=647 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.42% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFDEC is #610213. Grayscale: #DEDEDE. Windows color (decimal): -6357524 or 15531422. OLE color: 15531422.

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

Color convert

RGB158253236-
CMYK0.3800.070.01
HSL169.26º95.96%80.59%-
HSV(B)169.26º37.55%99.22%-
XYZ64.3783.5892.1-
YUV222.66135.5381.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.42%
GREEN value IS 253 (99.22% from 255) = 39.10%
BLUE value IS 236 (92.58% from 255) = 36.48%
R=24.42%
G=39.10%
B=36.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1582532360.3800.070.01169.2695.9680.59
Hex9EFDEC26071a96051
Octal23637535446071251140121
Binary100111101111110111101100100110011111010100111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,253,236); }

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

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

 a { background-color: rgb(158,253,236); }

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

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

 span { border-color: rgb(158,253,236); }

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