#B1FFF1

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

Shades of Pale Turquoise #B1FFF1

Tints of Pale Turquoise #B1FFF1

Color information

#B1FFF1 (or 0xB1FFF1) is unknown color: approx Pale Turquoise. HEX triplet: B1, FF and F1. RGB value is (177,255,241). Sum of RGB (Red+Green+Blue) = 177+255+241=673 (89% of max value = 765). Red value is 177 (69.53% from 255 or 26.30% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 241 (94.53% from 255 or 35.81% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FFF1 is #4E000E. Grayscale: #E6E6E6. Windows color (decimal): -5111823 or 15859633. OLE color: 15859633.

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

Color convert

RGB177255241-
CMYK0.3100.050
HSL169.23º100%84.71%-
HSV(B)169.23º30.59%100%-
XYZ69.7787.2296.38-
YUV230.08134.1690.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.30%
GREEN value IS 255 (100% from 255) = 37.89%
BLUE value IS 241 (94.53% from 255) = 35.81%
R=26.30%
G=37.89%
B=35.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772552410.3100.050169.2310084.71
HexB1FFF11F050a96455
Octal26137736137050251144125
Binary10110001111111111111000111111010101010100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FFF1; }

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

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

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

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

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

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

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

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