#B1F1E9

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

Shades of Pale Turquoise #B1F1E9

Tints of Pale Turquoise #B1F1E9

Color information

#B1F1E9 (or 0xB1F1E9) is unknown color: approx Pale Turquoise. HEX triplet: B1, F1 and E9. RGB value is (177,241,233). Sum of RGB (Red+Green+Blue) = 177+241+233=651 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.19% from 651); Green value is 241 (94.53% from 255 or 37.02% from 651); Blue value is 233 (91.41% from 255 or 35.79% from 651); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F1E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F1E9 is #4E0E16. Grayscale: #DCDCDC. Windows color (decimal): -5115415 or 15331761. OLE color: 15331761.

HSL color Cylindrical-coordinate representation of color #B1F1E9: hue angle of 172.5º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1F1E9 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB177241233-
CMYK0.2700.030.05
HSL172.5º69.57%81.96%-
HSV(B)172.5º26.56%94.51%-
XYZ64.2978.1488.78-
YUV220.95134.896.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.19%
GREEN value IS 241 (94.53% from 255) = 37.02%
BLUE value IS 233 (91.41% from 255) = 35.79%
R=27.19%
G=37.02%
B=35.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772412330.2700.030.05172.569.5781.96
HexB1F1E91B035ac4652
Octal26136135133035254106122
Binary101100011111000111101001110110111011010110010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F1E9; }

 p { color: rgb(177,241,233); }

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

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

 a { background-color: rgb(177,241,233); }

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

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

 span { border-color: rgb(177,241,233); }

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