#B1F8F5

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

Shades of Pale Turquoise #B1F8F5

Tints of Pale Turquoise #B1F8F5

Color information

#B1F8F5 (or 0xB1F8F5) is unknown color: approx Pale Turquoise. HEX triplet: B1, F8 and F5. RGB value is (177,248,245). Sum of RGB (Red+Green+Blue) = 177+248+245=670 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.42% from 670); Green value is 248 (97.27% from 255 or 37.01% from 670); Blue value is 245 (96.09% from 255 or 36.57% from 670); Max value from RGB is 248 - color contains mainly: green. Hex color #B1F8F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F8F5 is #4E070A. Grayscale: #E2E2E2. Windows color (decimal): -5113611 or 16119985. OLE color: 16119985.

HSL color Cylindrical-coordinate representation of color #B1F8F5: hue angle of 177.46º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1F8F5 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB177248245-
CMYK0.2900.010.03
HSL177.46º83.53%83.33%-
HSV(B)177.46º28.63%97.25%-
XYZ68.1883.0798.83-
YUV226.43138.4892.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.42%
GREEN value IS 248 (97.27% from 255) = 37.01%
BLUE value IS 245 (96.09% from 255) = 36.57%
R=26.42%
G=37.01%
B=36.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1772482450.2900.010.03177.4683.5383.33
HexB1F8F51D013b15453
Octal26137036535013261124123
Binary1011000111111000111101011110101111011000110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F8F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F8F5; }

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

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

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

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

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

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

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

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