#B1FBF2

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

Shades of Pale Turquoise #B1FBF2

Tints of Pale Turquoise #B1FBF2

Color information

#B1FBF2 (or 0xB1FBF2) is unknown color: approx Pale Turquoise. HEX triplet: B1, FB and F2. RGB value is (177,251,242). Sum of RGB (Red+Green+Blue) = 177+251+242=670 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.42% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 242 (94.92% from 255 or 36.12% from 670); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FBF2 is #4E040D. Grayscale: #E3E3E3. Windows color (decimal): -5112846 or 15924145. OLE color: 15924145.

HSL color Cylindrical-coordinate representation of color #B1FBF2: hue angle of 172.7º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1FBF2 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB177251242-
CMYK0.2900.040.02
HSL172.7º90.24%83.92%-
HSV(B)172.7º29.48%98.43%-
XYZ68.6684.7596.74-
YUV227.85135.9891.73-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.42%
GREEN value IS 251 (98.44% from 255) = 37.46%
BLUE value IS 242 (94.92% from 255) = 36.12%
R=26.42%
G=37.46%
B=36.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772512420.2900.040.02172.790.2483.92
HexB1FBF21D042ad5a54
Octal26137336235042255132124
Binary101100011111101111110010111010100101010110110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FBF2; }

 p { color: rgb(177,251,242); }

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

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

 a { background-color: rgb(177,251,242); }

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

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

 span { border-color: rgb(177,251,242); }

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