#9BFBE8

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

Shades of Pale Turquoise #9BFBE8

Tints of Pale Turquoise #9BFBE8

Color information

#9BFBE8 (or 0x9BFBE8) is unknown color: approx Pale Turquoise. HEX triplet: 9B, FB and E8. RGB value is (155,251,232). Sum of RGB (Red+Green+Blue) = 155+251+232=638 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.29% from 638); Green value is 251 (98.44% from 255 or 39.34% from 638); Blue value is 232 (91.02% from 255 or 36.36% from 638); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFBE8 is #640417. Grayscale: #DCDCDC. Windows color (decimal): -6554648 or 15268763. OLE color: 15268763.

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

Color convert

RGB155251232-
CMYK0.3800.080.02
HSL168.12º92.31%79.61%-
HSV(B)168.12º38.25%98.43%-
XYZ62.5881.7988.83-
YUV220.13134.781.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.29%
GREEN value IS 251 (98.44% from 255) = 39.34%
BLUE value IS 232 (91.02% from 255) = 36.36%
R=24.29%
G=39.34%
B=36.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552512320.3800.080.02168.1292.3179.61
Hex9BFBE826082a85c50
Octal233373350460102250134120
Binary10011011111110111110100010011001000101010100010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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