#B1FFF4

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

Shades of Pale Turquoise #B1FFF4

Tints of Pale Turquoise #B1FFF4

Color information

#B1FFF4 (or 0xB1FFF4) is unknown color: approx Pale Turquoise. HEX triplet: B1, FF and F4. RGB value is (177,255,244). Sum of RGB (Red+Green+Blue) = 177+255+244=676 (89% of max value = 765). Red value is 177 (69.53% from 255 or 26.18% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 244 (95.70% from 255 or 36.09% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FFF4 is #4E000B. Grayscale: #E6E6E6. Windows color (decimal): -5111820 or 16056241. OLE color: 16056241.

HSL color Cylindrical-coordinate representation of color #B1FFF4: hue angle of 171.54º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1FFF4 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB177255244-
CMYK0.3100.040
HSL171.54º100%84.71%-
HSV(B)171.54º30.59%100%-
XYZ70.2287.498.76-
YUV230.42135.6689.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.18%
GREEN value IS 255 (100% from 255) = 37.72%
BLUE value IS 244 (95.70% from 255) = 36.09%
R=26.18%
G=37.72%
B=36.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772552440.3100.040171.5410084.71
HexB1FFF41F040ac6455
Octal26137736437040254144125
Binary10110001111111111111010011111010001010110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FFF4; }

 p { color: rgb(177,255,244); }

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

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

 a { background-color: rgb(177,255,244); }

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

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

 span { border-color: rgb(177,255,244); }

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