#9DEFE7

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

Shades of Pale Turquoise #9DEFE7

Tints of Pale Turquoise #9DEFE7

Color information

#9DEFE7 (or 0x9DEFE7) is unknown color: approx Pale Turquoise. HEX triplet: 9D, EF and E7. RGB value is (157,239,231). Sum of RGB (Red+Green+Blue) = 157+239+231=627 (83% of max value = 765). Red value is 157 (61.72% from 255 or 25.04% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 231 (90.62% from 255 or 36.84% from 627); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEFE7 is #621018. Grayscale: #D5D5D5. Windows color (decimal): -6426649 or 15200157. OLE color: 15200157.

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

Color convert

RGB157239231-
CMYK0.3400.030.06
HSL174.15º71.93%77.65%-
HSV(B)174.15º34.31%93.73%-
XYZ59.1974.6786.89-
YUV213.57137.8387.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.04%
GREEN value IS 239 (93.75% from 255) = 38.12%
BLUE value IS 231 (90.62% from 255) = 36.84%
R=25.04%
G=38.12%
B=36.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1572392310.3400.030.06174.1571.9377.65
Hex9DEFE722036ae484e
Octal23535734742036256110116
Binary1001110111101111111001111000100111101010111010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,239,231); }

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

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

 a { background-color: rgb(157,239,231); }

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

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

 span { border-color: rgb(157,239,231); }

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