#9FFBEC

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

Shades of Pale Turquoise #9FFBEC

Tints of Pale Turquoise #9FFBEC

Color information

#9FFBEC (or 0x9FFBEC) is unknown color: approx Pale Turquoise. HEX triplet: 9F, FB and EC. RGB value is (159,251,236). Sum of RGB (Red+Green+Blue) = 159+251+236=646 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.61% from 646); Green value is 251 (98.44% from 255 or 38.85% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFBEC is #600413. Grayscale: #DDDDDD. Windows color (decimal): -6292500 or 15530911. OLE color: 15530911.

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

Color convert

RGB159251236-
CMYK0.3700.060.02
HSL170.22º92%80.39%-
HSV(B)170.22º36.65%98.43%-
XYZ63.9482.4291.9-
YUV221.78136.0283.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.61%
GREEN value IS 251 (98.44% from 255) = 38.85%
BLUE value IS 236 (92.58% from 255) = 36.53%
R=24.61%
G=38.85%
B=36.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592512360.3700.060.02170.229280.39
Hex9FFBEC25062aa5c50
Octal23737335445062252134120
Binary1001111111111011111011001001010110101010101010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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