#9BFFEB

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

Shades of Pale Turquoise #9BFFEB

Tints of Pale Turquoise #9BFFEB

Color information

#9BFFEB (or 0x9BFFEB) is unknown color: approx Pale Turquoise. HEX triplet: 9B, FF and EB. RGB value is (155,255,235). Sum of RGB (Red+Green+Blue) = 155+255+235=645 (85% of max value = 765). Red value is 155 (60.94% from 255 or 24.03% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 235 (92.19% from 255 or 36.43% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFFEB is #640014. Grayscale: #DEDEDE. Windows color (decimal): -6553621 or 15466395. OLE color: 15466395.

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

Color convert

RGB155255235-
CMYK0.3900.080
HSL168º100%80.39%-
HSV(B)168º39.22%100%-
XYZ64.2784.4991.52-
YUV222.82134.8779.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.03%
GREEN value IS 255 (100% from 255) = 39.53%
BLUE value IS 235 (92.19% from 255) = 36.43%
R=24.03%
G=39.53%
B=36.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1552552350.3900.08016810080.39
Hex9BFFEB27080a86450
Octal233377353470100250144120
Binary1001101111111111111010111001110100001010100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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