#9FFBFF

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

Shades of Pale Turquoise #9FFBFF

Tints of Pale Turquoise #9FFBFF

Color information

#9FFBFF (or 0x9FFBFF) is unknown color: approx Pale Turquoise. HEX triplet: 9F, FB and FF. RGB value is (159,251,255). Sum of RGB (Red+Green+Blue) = 159+251+255=665 (88% of max value = 765). Red value is 159 (62.5% from 255 or 23.91% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FFBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFBFF is #600400. Grayscale: #DFDFDF. Windows color (decimal): -6292481 or 16776095. OLE color: 16776095.

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

Color convert

RGB159251255-
CMYK0.380.0200
HSL182.5º100%81.18%-
HSV(B)182.5º37.65%100%-
XYZ66.8583.59107.22-
YUV223.95145.5281.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 23.91%
GREEN value IS 251 (98.44% from 255) = 37.74%
BLUE value IS 255 (100% from 255) = 38.35%
R=23.91%
G=37.74%
B=38.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1592512550.380.0200182.510081.18
Hex9FFBFF26200b66451
Octal23737337746200266144121
Binary10011111111110111111111110011010001011011011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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