#9BFBEB

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

Shades of Pale Turquoise #9BFBEB

Tints of Pale Turquoise #9BFBEB

Color information

#9BFBEB (or 0x9BFBEB) is unknown color: approx Pale Turquoise. HEX triplet: 9B, FB and EB. RGB value is (155,251,235). Sum of RGB (Red+Green+Blue) = 155+251+235=641 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.18% from 641); Green value is 251 (98.44% from 255 or 39.16% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFBEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFBEB is #640414. Grayscale: #DCDCDC. Windows color (decimal): -6554645 or 15465371. OLE color: 15465371.

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

Color convert

RGB155251235-
CMYK0.3800.060.02
HSL170º92.31%79.61%-
HSV(B)170º38.25%98.43%-
XYZ63.0181.9691.1-
YUV220.47136.281.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.18%
GREEN value IS 251 (98.44% from 255) = 39.16%
BLUE value IS 235 (92.19% from 255) = 36.66%
R=24.18%
G=39.16%
B=36.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552512350.3800.060.0217092.3179.61
Hex9BFBEB26062aa5c50
Octal23337335346062252134120
Binary1001101111111011111010111001100110101010101010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,251,235); }

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

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

 a { background-color: rgb(155,251,235); }

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

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

 span { border-color: rgb(155,251,235); }

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