#B1F0E8

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

Shades of Pale Turquoise #B1F0E8

Tints of Pale Turquoise #B1F0E8

Color information

#B1F0E8 (or 0xB1F0E8) is unknown color: approx Pale Turquoise. HEX triplet: B1, F0 and E8. RGB value is (177,240,232). Sum of RGB (Red+Green+Blue) = 177+240+232=649 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.27% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 232 (91.02% from 255 or 35.75% from 649); Max value from RGB is 240 - color contains mainly: green. Hex color #B1F0E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F0E8 is #4E0F17. Grayscale: #DCDCDC. Windows color (decimal): -5115672 or 15265969. OLE color: 15265969.

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

Color convert

RGB177240232-
CMYK0.2600.030.06
HSL172.38º67.74%81.76%-
HSV(B)172.38º26.25%94.12%-
XYZ63.8677.4987.94-
YUV220.25134.6397.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.27%
GREEN value IS 240 (94.14% from 255) = 36.98%
BLUE value IS 232 (91.02% from 255) = 35.75%
R=27.27%
G=36.98%
B=35.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772402320.2600.030.06172.3867.7481.76
HexB1F0E81A036ac4452
Octal26136035032036254104122
Binary101100011111000011101000110100111101010110010001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F0E8; }

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

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

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

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

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

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

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

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