#9FEBE7

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

Shades of Pale Turquoise #9FEBE7

Tints of Pale Turquoise #9FEBE7

Color information

#9FEBE7 (or 0x9FEBE7) is unknown color: approx Pale Turquoise. HEX triplet: 9F, EB and E7. RGB value is (159,235,231). Sum of RGB (Red+Green+Blue) = 159+235+231=625 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.44% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 231 (90.62% from 255 or 36.96% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEBE7 is #601418. Grayscale: #D3D3D3. Windows color (decimal): -6296601 or 15199135. OLE color: 15199135.

HSL color Cylindrical-coordinate representation of color #9FEBE7: hue angle of 176.84º 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 #9FEBE7 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB159235231-
CMYK0.3200.020.08
HSL176.84º65.52%77.25%-
HSV(B)176.84º32.34%92.16%-
XYZ58.4372.5686.53-
YUV211.82138.8290.33-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.44%
GREEN value IS 235 (92.19% from 255) = 37.6%
BLUE value IS 231 (90.62% from 255) = 36.96%
R=25.44%
G=37.6%
B=36.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1592352310.3200.020.08176.8465.5277.25
Hex9FEBE720028b1424d
Octal237353347400210261102115
Binary10011111111010111110011110000001010001011000110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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