#B1EBE8

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

Shades of Pale Turquoise #B1EBE8

Tints of Pale Turquoise #B1EBE8

Color information

#B1EBE8 (or 0xB1EBE8) is unknown color: approx Pale Turquoise. HEX triplet: B1, EB and E8. RGB value is (177,235,232). Sum of RGB (Red+Green+Blue) = 177+235+232=644 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.48% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 232 (91.02% from 255 or 36.02% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EBE8 is #4E1417. Grayscale: #D9D9D9. Windows color (decimal): -5116952 or 15264689. OLE color: 15264689.

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

Color convert

RGB177235232-
CMYK0.2500.010.08
HSL176.9º59.18%80.78%-
HSV(B)176.9º24.68%92.16%-
XYZ62.4174.5987.45-
YUV217.32136.2899.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.48%
GREEN value IS 235 (92.19% from 255) = 36.49%
BLUE value IS 232 (91.02% from 255) = 36.02%
R=27.48%
G=36.49%
B=36.02%

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
Decimal1772352320.2500.010.08176.959.1880.78
HexB1EBE819018b13b51
Octal26135335031011026173121
Binary10110001111010111110100011001011000101100011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EBE8; }

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

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

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

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

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

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

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

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