#9FEBE8

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

Shades of Pale Turquoise #9FEBE8

Tints of Pale Turquoise #9FEBE8

Color information

#9FEBE8 (or 0x9FEBE8) is unknown color: approx Pale Turquoise. HEX triplet: 9F, EB and E8. RGB value is (159,235,232). Sum of RGB (Red+Green+Blue) = 159+235+232=626 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.40% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEBE8 is #601417. Grayscale: #D3D3D3. Windows color (decimal): -6296600 or 15264671. OLE color: 15264671.

HSL color Cylindrical-coordinate representation of color #9FEBE8: hue angle of 177.63º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEBE8 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB159235232-
CMYK0.3200.010.08
HSL177.63º65.52%77.25%-
HSV(B)177.63º32.34%92.16%-
XYZ58.5772.6187.27-
YUV211.93139.3290.24-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.40%
GREEN value IS 235 (92.19% from 255) = 37.54%
BLUE value IS 232 (91.02% from 255) = 37.06%
R=25.40%
G=37.54%
B=37.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1592352320.3200.010.08177.6365.5277.25
Hex9FEBE820018b2424d
Octal237353350400110262102115
Binary1001111111101011111010001000000110001011001010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,235,232); }

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

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

 a { background-color: rgb(159,235,232); }

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

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

 span { border-color: rgb(159,235,232); }

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