#9BFFE9

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

Shades of Pale Turquoise #9BFFE9

Tints of Pale Turquoise #9BFFE9

Color information

#9BFFE9 (or 0x9BFFE9) is unknown color: approx Pale Turquoise. HEX triplet: 9B, FF and E9. RGB value is (155,255,233). Sum of RGB (Red+Green+Blue) = 155+255+233=643 (85% of max value = 765). Red value is 155 (60.94% from 255 or 24.11% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 233 (91.41% from 255 or 36.24% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFFE9 is #640016. Grayscale: #DEDEDE. Windows color (decimal): -6553623 or 15335323. OLE color: 15335323.

HSL color Cylindrical-coordinate representation of color #9BFFE9: hue angle of 166.8º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFFE9 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB155255233-
CMYK0.3900.090
HSL166.8º100%80.39%-
HSV(B)166.8º39.22%100%-
XYZ63.9984.3790-
YUV222.59133.8779.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.11%
GREEN value IS 255 (100% from 255) = 39.66%
BLUE value IS 233 (91.41% from 255) = 36.24%
R=24.11%
G=39.66%
B=36.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1552552330.3900.090166.810080.39
Hex9BFFE927090a76450
Octal233377351470110247144120
Binary1001101111111111111010011001110100101010011111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,255,233); }

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

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

 a { background-color: rgb(155,255,233); }

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

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

 span { border-color: rgb(155,255,233); }

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