#9BEEE9

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

Shades of Pale Turquoise #9BEEE9

Tints of Pale Turquoise #9BEEE9

Color information

#9BEEE9 (or 0x9BEEE9) is unknown color: approx Pale Turquoise. HEX triplet: 9B, EE and E9. RGB value is (155,238,233). Sum of RGB (Red+Green+Blue) = 155+238+233=626 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.76% from 626); Green value is 238 (93.36% from 255 or 38.02% from 626); Blue value is 233 (91.41% from 255 or 37.22% from 626); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEEE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BEEE9 is #641116. Grayscale: #D4D4D4. Windows color (decimal): -6557975 or 15330971. OLE color: 15330971.

HSL color Cylindrical-coordinate representation of color #9BEEE9: hue angle of 176.39º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEEE9 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB155238233-
CMYK0.3500.020.07
HSL176.39º70.94%77.06%-
HSV(B)176.39º34.87%93.33%-
XYZ58.87488.28-
YUV212.61139.586.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.76%
GREEN value IS 238 (93.36% from 255) = 38.02%
BLUE value IS 233 (91.41% from 255) = 37.22%
R=24.76%
G=38.02%
B=37.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1552382330.3500.020.07176.3970.9477.06
Hex9BEEE923027b0474d
Octal23335635143027260107115
Binary1001101111101110111010011000110101111011000010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BEEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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