#B1FEFD

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

Shades of Pale Turquoise #B1FEFD

Tints of Pale Turquoise #B1FEFD

Color information

#B1FEFD (or 0xB1FEFD) is unknown color: approx Pale Turquoise. HEX triplet: B1, FE and FD. RGB value is (177,254,253). Sum of RGB (Red+Green+Blue) = 177+254+253=684 (90% of max value = 765). Red value is 177 (69.53% from 255 or 25.88% from 684); Green value is 254 (99.61% from 255 or 37.13% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FEFD is #4E0102. Grayscale: #E6E6E6. Windows color (decimal): -5112067 or 16645809. OLE color: 16645809.

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

Color convert

RGB177254253-
CMYK0.3000.000.00
HSL179.22º97.47%84.51%-
HSV(B)179.22º30.31%99.61%-
XYZ71.387.32106.03-
YUV230.86140.4989.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 25.88%
GREEN value IS 254 (99.61% from 255) = 37.13%
BLUE value IS 253 (99.22% from 255) = 36.99%
R=25.88%
G=37.13%
B=36.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1772542530.3000.000.00179.2297.4784.51
HexB1FEFD1E000b36155
Octal26137637536000263141125
Binary101100011111111011111101111100001011001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FEFD; }

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

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

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

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

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

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

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

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