#B1F1F0

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

Shades of Pale Turquoise #B1F1F0

Tints of Pale Turquoise #B1F1F0

Color information

#B1F1F0 (or 0xB1F1F0) is unknown color: approx Pale Turquoise. HEX triplet: B1, F1 and F0. RGB value is (177,241,240). Sum of RGB (Red+Green+Blue) = 177+241+240=658 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.90% from 658); Green value is 241 (94.53% from 255 or 36.63% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F1F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F1F0 is #4E0E0F. Grayscale: #DDDDDD. Windows color (decimal): -5115408 or 15790513. OLE color: 15790513.

HSL color Cylindrical-coordinate representation of color #B1F1F0: hue angle of 179.06º 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 #B1F1F0 is Cyan = 0.27, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB177241240-
CMYK0.2700.000.05
HSL179.06º69.57%81.96%-
HSV(B)179.06º26.56%94.51%-
XYZ65.3178.5594.16-
YUV221.75138.396.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.90%
GREEN value IS 241 (94.53% from 255) = 36.63%
BLUE value IS 240 (94.14% from 255) = 36.47%
R=26.90%
G=36.63%
B=36.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772412400.2700.000.05179.0669.5781.96
HexB1F1F01B005b34652
Octal26136136033005263106122
Binary10110001111100011111000011011001011011001110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F1F0; }

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

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

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

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

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

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

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

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