#B1F8F1

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

Shades of Pale Turquoise #B1F8F1

Tints of Pale Turquoise #B1F8F1

Color information

#B1F8F1 (or 0xB1F8F1) is unknown color: approx Pale Turquoise. HEX triplet: B1, F8 and F1. RGB value is (177,248,241). Sum of RGB (Red+Green+Blue) = 177+248+241=666 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.58% from 666); Green value is 248 (97.27% from 255 or 37.24% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 248 - color contains mainly: green. Hex color #B1F8F1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F8F1 is #4E070E. Grayscale: #E1E1E1. Windows color (decimal): -5113615 or 15857841. OLE color: 15857841.

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

Color convert

RGB177248241-
CMYK0.2900.030.03
HSL174.08º83.53%83.33%-
HSV(B)174.08º28.63%97.25%-
XYZ67.5882.8395.65-
YUV225.97136.4893.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.58%
GREEN value IS 248 (97.27% from 255) = 37.24%
BLUE value IS 241 (94.53% from 255) = 36.19%
R=26.58%
G=37.24%
B=36.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1772482410.2900.030.03174.0883.5383.33
HexB1F8F11D033ae5453
Octal26137036135033256124123
Binary10110001111110001111000111101011111010111010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F8F1; }

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

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

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

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

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

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

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

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