#B1EFEB

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

Shades of Pale Turquoise #B1EFEB

Tints of Pale Turquoise #B1EFEB

Color information

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

HSL color Cylindrical-coordinate representation of color #B1EFEB: hue angle of 176.13º 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 #B1EFEB is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB177239235-
CMYK0.2600.020.06
HSL176.13º65.96%81.57%-
HSV(B)176.13º25.94%93.73%-
XYZ63.9977.0890.1-
YUV220.01136.4697.33-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772392350.2600.020.06176.1365.9681.57
HexB1EFEB1A026b04252
Octal26135735332026260102122
Binary101100011110111111101011110100101101011000010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EFEB; }

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

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

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

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

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

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

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

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