#B1EBEF

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

Shades of Pale Turquoise #B1EBEF

Tints of Pale Turquoise #B1EBEF

Color information

#B1EBEF (or 0xB1EBEF) is unknown color: approx Pale Turquoise. HEX triplet: B1, EB and EF. RGB value is (177,235,239). Sum of RGB (Red+Green+Blue) = 177+235+239=651 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.19% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1EBEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EBEF is #4E1410. Grayscale: #DADADA. Windows color (decimal): -5116945 or 15723441. OLE color: 15723441.

HSL color Cylindrical-coordinate representation of color #B1EBEF: hue angle of 183.87º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EBEF is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB177235239-
CMYK0.260.0200.06
HSL183.87º65.96%81.57%-
HSV(B)183.87º25.94%93.73%-
XYZ63.427592.79-
YUV218.11139.7898.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.19%
GREEN value IS 235 (92.19% from 255) = 36.10%
BLUE value IS 239 (93.75% from 255) = 36.71%
R=27.19%
G=36.10%
B=36.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772352390.260.0200.06183.8765.9681.57
HexB1EBEF1A206b84252
Octal26135335732206270102122
Binary101100011110101111101111110101001101011100010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EBEF; }

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

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

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

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

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

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

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

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