#9FFAFE

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

Shades of Pale Turquoise #9FFAFE

Tints of Pale Turquoise #9FFAFE

Color information

#9FFAFE (or 0x9FFAFE) is unknown color: approx Pale Turquoise. HEX triplet: 9F, FA and FE. RGB value is (159,250,254). Sum of RGB (Red+Green+Blue) = 159+250+254=663 (87% of max value = 765). Red value is 159 (62.5% from 255 or 23.98% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FFAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFAFE is #600501. Grayscale: #DFDFDF. Windows color (decimal): -6292738 or 16710303. OLE color: 16710303.

HSL color Cylindrical-coordinate representation of color #9FFAFE: hue angle of 182.53º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFAFE is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB159250254-
CMYK0.370.0200.00
HSL182.53º97.94%80.98%-
HSV(B)182.53º37.4%99.61%-
XYZ66.3782.9106.27-
YUV223.25145.3582.17-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 23.98%
GREEN value IS 250 (98.05% from 255) = 37.71%
BLUE value IS 254 (99.61% from 255) = 38.31%
R=23.98%
G=37.71%
B=38.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1592502540.370.0200.00182.5397.9480.98
Hex9FFAFE25200b76251
Octal23737237645200267142121
Binary10011111111110101111111010010110001011011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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