#B1F0EF

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

Shades of Pale Turquoise #B1F0EF

Tints of Pale Turquoise #B1F0EF

Color information

#B1F0EF (or 0xB1F0EF) is unknown color: approx Pale Turquoise. HEX triplet: B1, F0 and EF. RGB value is (177,240,239). Sum of RGB (Red+Green+Blue) = 177+240+239=656 (86% of max value = 765). Red value is 177 (69.53% from 255 or 26.98% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 240 - color contains mainly: green. Hex color #B1F0EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F0EF is #4E0F10. Grayscale: #DCDCDC. Windows color (decimal): -5115665 or 15724721. OLE color: 15724721.

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

Color convert

RGB177240239-
CMYK0.2600.000.06
HSL179.05º67.74%81.76%-
HSV(B)179.05º26.25%94.12%-
XYZ64.8777.993.28-
YUV221.05138.1396.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.98%
GREEN value IS 240 (94.14% from 255) = 36.59%
BLUE value IS 239 (93.75% from 255) = 36.43%
R=26.98%
G=36.59%
B=36.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772402390.2600.000.06179.0567.7481.76
HexB1F0EF1A006b34452
Octal26136035732006263104122
Binary10110001111100001110111111010001101011001110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F0EF; }

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

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

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

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

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

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

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

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