#B1EBE9

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

Shades of Pale Turquoise #B1EBE9

Tints of Pale Turquoise #B1EBE9

Color information

#B1EBE9 (or 0xB1EBE9) is unknown color: approx Pale Turquoise. HEX triplet: B1, EB and E9. RGB value is (177,235,233). Sum of RGB (Red+Green+Blue) = 177+235+233=645 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.44% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 233 (91.41% from 255 or 36.12% from 645); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EBE9 is #4E1416. Grayscale: #D9D9D9. Windows color (decimal): -5116951 or 15330225. OLE color: 15330225.

HSL color Cylindrical-coordinate representation of color #B1EBE9: hue angle of 177.93º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1EBE9 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB177235233-
CMYK0.2500.010.08
HSL177.93º59.18%80.78%-
HSV(B)177.93º24.68%92.16%-
XYZ62.5574.6588.2-
YUV217.43136.7899.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.44%
GREEN value IS 235 (92.19% from 255) = 36.43%
BLUE value IS 233 (91.41% from 255) = 36.12%
R=27.44%
G=36.43%
B=36.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772352330.2500.010.08177.9359.1880.78
HexB1EBE919018b23b51
Octal26135335131011026273121
Binary10110001111010111110100111001011000101100101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EBE9; }

 p { color: rgb(177,235,233); }

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

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

 a { background-color: rgb(177,235,233); }

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

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

 span { border-color: rgb(177,235,233); }

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