#9DFFEC

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

Shades of Pale Turquoise #9DFFEC

Tints of Pale Turquoise #9DFFEC

Color information

#9DFFEC (or 0x9DFFEC) is unknown color: approx Pale Turquoise. HEX triplet: 9D, FF and EC. RGB value is (157,255,236). Sum of RGB (Red+Green+Blue) = 157+255+236=648 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.23% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFFEC is #620013. Grayscale: #DFDFDF. Windows color (decimal): -6422548 or 15531933. OLE color: 15531933.

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

Color convert

RGB157255236-
CMYK0.3800.070
HSL168.37º100%80.78%-
HSV(B)168.37º38.43%100%-
XYZ64.884.7492.3-
YUV223.53135.0380.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.23%
GREEN value IS 255 (100% from 255) = 39.35%
BLUE value IS 236 (92.58% from 255) = 36.42%
R=24.23%
G=39.35%
B=36.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1572552360.3800.070168.3710080.78
Hex9DFFEC26070a86451
Octal23537735446070250144121
Binary100111011111111111101100100110011101010100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,255,236); }

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

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

 a { background-color: rgb(157,255,236); }

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

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

 span { border-color: rgb(157,255,236); }

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