#9FFCFF

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

Shades of Pale Turquoise #9FFCFF

Tints of Pale Turquoise #9FFCFF

Color information

#9FFCFF (or 0x9FFCFF) is unknown color: approx Pale Turquoise. HEX triplet: 9F, FC and FF. RGB value is (159,252,255). Sum of RGB (Red+Green+Blue) = 159+252+255=666 (88% of max value = 765). Red value is 159 (62.5% from 255 or 23.87% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FFCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFCFF is #600300. Grayscale: #E0E0E0. Windows color (decimal): -6292225 or 16776351. OLE color: 16776351.

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

Color convert

RGB159252255-
CMYK0.380.0100
HSL181.88º100%81.18%-
HSV(B)181.88º37.65%100%-
XYZ67.1684.21107.32-
YUV224.53145.1981.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 23.87%
GREEN value IS 252 (98.83% from 255) = 37.84%
BLUE value IS 255 (100% from 255) = 38.29%
R=23.87%
G=37.84%
B=38.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1592522550.380.0100181.8810081.18
Hex9FFCFF26100b66451
Octal23737437746100266144121
Binary1001111111111100111111111001101001011011011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,252,255); }

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

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

 a { background-color: rgb(159,252,255); }

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

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

 span { border-color: rgb(159,252,255); }

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