#B1FCF5

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

Shades of Pale Turquoise #B1FCF5

Tints of Pale Turquoise #B1FCF5

Color information

#B1FCF5 (or 0xB1FCF5) is unknown color: approx Pale Turquoise. HEX triplet: B1, FC and F5. RGB value is (177,252,245). Sum of RGB (Red+Green+Blue) = 177+252+245=674 (89% of max value = 765). Red value is 177 (69.53% from 255 or 26.26% from 674); Green value is 252 (98.83% from 255 or 37.39% from 674); Blue value is 245 (96.09% from 255 or 36.35% from 674); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FCF5 is #4E030A. Grayscale: #E4E4E4. Windows color (decimal): -5112587 or 16121009. OLE color: 16121009.

HSL color Cylindrical-coordinate representation of color #B1FCF5: hue angle of 174.4º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FCF5 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB177252245-
CMYK0.3000.030.01
HSL174.4º92.59%84.12%-
HSV(B)174.4º29.76%98.82%-
XYZ69.4285.5699.24-
YUV228.78137.1591.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.26%
GREEN value IS 252 (98.83% from 255) = 37.39%
BLUE value IS 245 (96.09% from 255) = 36.35%
R=26.26%
G=37.39%
B=36.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772522450.3000.030.01174.492.5984.12
HexB1FCF51E031ae5d54
Octal26137436536031256135124
Binary1011000111111100111101011111001111010111010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FCF5; }

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

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

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

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

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

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

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

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