#9FEDE3

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

Shades of Pale Turquoise #9FEDE3

Tints of Pale Turquoise #9FEDE3

Color information

#9FEDE3 (or 0x9FEDE3) is unknown color: approx Pale Turquoise. HEX triplet: 9F, ED and E3. RGB value is (159,237,227). Sum of RGB (Red+Green+Blue) = 159+237+227=623 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.52% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 227 (89.06% from 255 or 36.44% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEDE3 is #60121C. Grayscale: #D4D4D4. Windows color (decimal): -6296093 or 14937503. OLE color: 14937503.

HSL color Cylindrical-coordinate representation of color #9FEDE3: hue angle of 172.31º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEDE3 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB159237227-
CMYK0.3300.040.07
HSL172.31º68.42%77.65%-
HSV(B)172.31º32.91%92.94%-
XYZ58.4573.4983.78-
YUV212.54136.1689.81-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.52%
GREEN value IS 237 (92.97% from 255) = 38.04%
BLUE value IS 227 (89.06% from 255) = 36.44%
R=25.52%
G=38.04%
B=36.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592372270.3300.040.07172.3168.4277.65
Hex9FEDE321047ac444e
Octal23735534341047254104116
Binary10011111111011011110001110000101001111010110010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,237,227); }

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

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

 a { background-color: rgb(159,237,227); }

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

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

 span { border-color: rgb(159,237,227); }

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