#9DFDEC

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

Shades of Pale Turquoise #9DFDEC

Tints of Pale Turquoise #9DFDEC

Color information

#9DFDEC (or 0x9DFDEC) is unknown color: approx Pale Turquoise. HEX triplet: 9D, FD and EC. RGB value is (157,253,236). Sum of RGB (Red+Green+Blue) = 157+253+236=646 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.30% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #9DFDEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFDEC is #620213. Grayscale: #DEDEDE. Windows color (decimal): -6423060 or 15531421. OLE color: 15531421.

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

Color convert

RGB157253236-
CMYK0.3800.070.01
HSL169.38º96%80.39%-
HSV(B)169.38º37.94%99.22%-
XYZ64.1783.4792.09-
YUV222.36135.781.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.30%
GREEN value IS 253 (99.22% from 255) = 39.16%
BLUE value IS 236 (92.58% from 255) = 36.53%
R=24.30%
G=39.16%
B=36.53%

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
Decimal1572532360.3800.070.01169.389680.39
Hex9DFDEC26071a96050
Octal23537535446071251140120
Binary100111011111110111101100100110011111010100111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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