#B1FCFA

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

Shades of Pale Turquoise #B1FCFA

Tints of Pale Turquoise #B1FCFA

Color information

#B1FCFA (or 0xB1FCFA) is unknown color: approx Pale Turquoise. HEX triplet: B1, FC and FA. RGB value is (177,252,250). Sum of RGB (Red+Green+Blue) = 177+252+250=679 (89% of max value = 765). Red value is 177 (69.53% from 255 or 26.07% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FCFA is #4E0305. Grayscale: #E5E5E5. Windows color (decimal): -5112582 or 16448689. OLE color: 16448689.

HSL color Cylindrical-coordinate representation of color #B1FCFA: hue angle of 178.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 #B1FCFA is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB177252250-
CMYK0.3000.010.01
HSL178.4º92.59%84.12%-
HSV(B)178.4º29.76%98.82%-
XYZ70.285.87103.32-
YUV229.35139.6590.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.07%
GREEN value IS 252 (98.83% from 255) = 37.11%
BLUE value IS 250 (98.05% from 255) = 36.82%
R=26.07%
G=37.11%
B=36.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772522500.3000.010.01178.492.5984.12
HexB1FCFA1E011b25d54
Octal26137437236011262135124
Binary101100011111110011111010111100111011001010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FCFA; }

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

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

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

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

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

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

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

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