#9FFBFE

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

Shades of Pale Turquoise #9FFBFE

Tints of Pale Turquoise #9FFBFE

Color information

#9FFBFE (or 0x9FFBFE) is unknown color: approx Pale Turquoise. HEX triplet: 9F, FB and FE. RGB value is (159,251,254). Sum of RGB (Red+Green+Blue) = 159+251+254=664 (87% of max value = 765). Red value is 159 (62.5% from 255 or 23.95% from 664); Green value is 251 (98.44% from 255 or 37.80% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FFBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFBFE is #600401. Grayscale: #DFDFDF. Windows color (decimal): -6292482 or 16710559. OLE color: 16710559.

HSL color Cylindrical-coordinate representation of color #9FFBFE: hue angle of 181.89º 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 #9FFBFE is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB159251254-
CMYK0.370.0100.00
HSL181.89º97.94%80.98%-
HSV(B)181.89º37.4%99.61%-
XYZ66.6883.52106.37-
YUV223.83145.0281.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 23.95%
GREEN value IS 251 (98.44% from 255) = 37.80%
BLUE value IS 254 (99.61% from 255) = 38.25%
R=23.95%
G=37.80%
B=38.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1592512540.370.0100.00181.8997.9480.98
Hex9FFBFE25100b66251
Octal23737337645100266142121
Binary1001111111111011111111101001011001011011011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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