#9FFAF8

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

Shades of Pale Turquoise #9FFAF8

Tints of Pale Turquoise #9FFAF8

Color information

#9FFAF8 (or 0x9FFAF8) is unknown color: approx Pale Turquoise. HEX triplet: 9F, FA and F8. RGB value is (159,250,248). Sum of RGB (Red+Green+Blue) = 159+250+248=657 (87% of max value = 765). Red value is 159 (62.5% from 255 or 24.20% from 657); Green value is 250 (98.05% from 255 or 38.05% from 657); Blue value is 248 (97.27% from 255 or 37.75% from 657); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFAF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFAF8 is #600507. Grayscale: #DEDEDE. Windows color (decimal): -6292744 or 16317087. OLE color: 16317087.

HSL color Cylindrical-coordinate representation of color #9FFAF8: hue angle of 178.68º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FFAF8 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB159250248-
CMYK0.3600.010.02
HSL178.68º90.1%80.2%-
HSV(B)178.68º36.4%98.04%-
XYZ65.4382.52101.29-
YUV222.56142.3582.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.20%
GREEN value IS 250 (98.05% from 255) = 38.05%
BLUE value IS 248 (97.27% from 255) = 37.75%
R=24.20%
G=38.05%
B=37.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592502480.3600.010.02178.6890.180.2
Hex9FFAF824012b35a50
Octal23737237044012263132120
Binary10011111111110101111100010010001101011001110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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