#9FF8EC

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

Shades of Pale Turquoise #9FF8EC

Tints of Pale Turquoise #9FF8EC

Color information

#9FF8EC (or 0x9FF8EC) is unknown color: approx Pale Turquoise. HEX triplet: 9F, F8 and EC. RGB value is (159,248,236). Sum of RGB (Red+Green+Blue) = 159+248+236=643 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.73% from 643); Green value is 248 (97.27% from 255 or 38.57% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 248 - color contains mainly: green. Hex color #9FF8EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF8EC is #600713. Grayscale: #DBDBDB. Windows color (decimal): -6293268 or 15530143. OLE color: 15530143.

HSL color Cylindrical-coordinate representation of color #9FF8EC: hue angle of 171.91º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FF8EC is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB159248236-
CMYK0.3600.050.03
HSL171.91º86.41%79.8%-
HSV(B)171.91º35.89%97.25%-
XYZ63.0180.5691.59-
YUV220.02137.0184.48-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.73%
GREEN value IS 248 (97.27% from 255) = 38.57%
BLUE value IS 236 (92.58% from 255) = 36.70%
R=24.73%
G=38.57%
B=36.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1592482360.3600.050.03171.9186.4179.8
Hex9FF8EC24053ac5650
Octal23737035444053254126120
Binary1001111111111000111011001001000101111010110010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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