#B1F3FA

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

Shades of Pale Turquoise #B1F3FA

Tints of Pale Turquoise #B1F3FA

Color information

#B1F3FA (or 0xB1F3FA) is unknown color: approx Pale Turquoise. HEX triplet: B1, F3 and FA. RGB value is (177,243,250). Sum of RGB (Red+Green+Blue) = 177+243+250=670 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.42% from 670); Green value is 243 (95.31% from 255 or 36.27% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1F3FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F3FA is #4E0C05. Grayscale: #DFDFDF. Windows color (decimal): -5114886 or 16446385. OLE color: 16446385.

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

Color convert

RGB177243250-
CMYK0.290.0300.02
HSL185.75º87.95%83.73%-
HSV(B)185.75º29.2%98.04%-
XYZ67.4480.35102.4-
YUV224.06142.6394.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.42%
GREEN value IS 243 (95.31% from 255) = 36.27%
BLUE value IS 250 (98.05% from 255) = 37.31%
R=26.42%
G=36.27%
B=37.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772432500.290.0300.02185.7587.9583.73
HexB1F3FA1D302ba5854
Octal26136337235302272130124
Binary10110001111100111111101011101110101011101010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F3FA; }

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

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

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

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

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

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

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

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