#9FECE7

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

Shades of Pale Turquoise #9FECE7

Tints of Pale Turquoise #9FECE7

Color information

#9FECE7 (or 0x9FECE7) is unknown color: approx Pale Turquoise. HEX triplet: 9F, EC and E7. RGB value is (159,236,231). Sum of RGB (Red+Green+Blue) = 159+236+231=626 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.40% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 231 (90.62% from 255 or 36.90% from 626); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FECE7 is #601318. Grayscale: #D4D4D4. Windows color (decimal): -6296345 or 15199391. OLE color: 15199391.

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

Color convert

RGB159236231-
CMYK0.3300.020.07
HSL176.1º66.96%77.45%-
HSV(B)176.1º32.63%92.55%-
XYZ58.7273.1386.62-
YUV212.41138.4989.91-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.40%
GREEN value IS 236 (92.58% from 255) = 37.70%
BLUE value IS 231 (90.62% from 255) = 36.90%
R=25.40%
G=37.70%
B=36.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592362310.3300.020.07176.166.9677.45
Hex9FECE721027b0434d
Octal23735434741027260103115
Binary1001111111101100111001111000010101111011000010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FECE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,236,231); }

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

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

 a { background-color: rgb(159,236,231); }

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

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

 span { border-color: rgb(159,236,231); }

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