#B1F7FE

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

Shades of Pale Turquoise #B1F7FE

Tints of Pale Turquoise #B1F7FE

Color information

#B1F7FE (or 0xB1F7FE) is unknown color: approx Pale Turquoise. HEX triplet: B1, F7 and FE. RGB value is (177,247,254). Sum of RGB (Red+Green+Blue) = 177+247+254=678 (89% of max value = 765). Red value is 177 (69.53% from 255 or 26.11% from 678); Green value is 247 (96.88% from 255 or 36.43% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1F7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F7FE is #4E0801. Grayscale: #E2E2E2. Windows color (decimal): -5113858 or 16709553. OLE color: 16709553.

HSL color Cylindrical-coordinate representation of color #B1F7FE: hue angle of 185.45º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1F7FE is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB177247254-
CMYK0.300.0300.00
HSL185.45º97.47%84.51%-
HSV(B)185.45º30.31%99.61%-
XYZ69.2883.02106.14-
YUV226.87143.3192.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.11%
GREEN value IS 247 (96.88% from 255) = 36.43%
BLUE value IS 254 (99.61% from 255) = 37.46%
R=26.11%
G=36.43%
B=37.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1772472540.300.0300.00185.4597.4784.51
HexB1F7FE1E300b96155
Octal26136737636300271141125
Binary1011000111110111111111101111011001011100111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F7FE; }

 p { color: rgb(177,247,254); }

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

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

 a { background-color: rgb(177,247,254); }

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

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

 span { border-color: rgb(177,247,254); }

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