#B1FBF5

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

Shades of Pale Turquoise #B1FBF5

Tints of Pale Turquoise #B1FBF5

Color information

#B1FBF5 (or 0xB1FBF5) is unknown color: approx Pale Turquoise. HEX triplet: B1, FB and F5. RGB value is (177,251,245). Sum of RGB (Red+Green+Blue) = 177+251+245=673 (89% of max value = 765). Red value is 177 (69.53% from 255 or 26.30% from 673); Green value is 251 (98.44% from 255 or 37.30% from 673); Blue value is 245 (96.09% from 255 or 36.40% from 673); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FBF5 is #4E040A. Grayscale: #E4E4E4. Windows color (decimal): -5112843 or 16120753. OLE color: 16120753.

HSL color Cylindrical-coordinate representation of color #B1FBF5: hue angle of 175.14º 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 #B1FBF5 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB177251245-
CMYK0.2900.020.02
HSL175.14º90.24%83.92%-
HSV(B)175.14º29.48%98.43%-
XYZ69.1184.9399.14-
YUV228.19137.4891.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.30%
GREEN value IS 251 (98.44% from 255) = 37.30%
BLUE value IS 245 (96.09% from 255) = 36.40%
R=26.30%
G=37.30%
B=36.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772512450.2900.020.02175.1490.2483.92
HexB1FBF51D022af5a54
Octal26137336535022257132124
Binary10110001111110111111010111101010101010111110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FBF5; }

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

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

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

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

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

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

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

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