#9FF6FA

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

Shades of Pale Turquoise #9FF6FA

Tints of Pale Turquoise #9FF6FA

Color information

#9FF6FA (or 0x9FF6FA) is unknown color: approx Pale Turquoise. HEX triplet: 9F, F6 and FA. RGB value is (159,246,250). Sum of RGB (Red+Green+Blue) = 159+246+250=655 (86% of max value = 765). Red value is 159 (62.5% from 255 or 24.27% from 655); Green value is 246 (96.48% from 255 or 37.56% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #9FF6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF6FA is #600905. Grayscale: #DCDCDC. Windows color (decimal): -6293766 or 16447135. OLE color: 16447135.

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

Color convert

RGB159246250-
CMYK0.360.0200.02
HSL182.64º90.1%80.2%-
HSV(B)182.64º36.4%98.04%-
XYZ64.5180.18102.52-
YUV220.44144.6884.17-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.27%
GREEN value IS 246 (96.48% from 255) = 37.56%
BLUE value IS 250 (98.05% from 255) = 38.17%
R=24.27%
G=37.56%
B=38.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592462500.360.0200.02182.6490.180.2
Hex9FF6FA24202b75a50
Octal23736637244202267132120
Binary100111111111011011111010100100100101011011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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