#B1FEF8

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

Shades of Pale Turquoise #B1FEF8

Tints of Pale Turquoise #B1FEF8

Color information

#B1FEF8 (or 0xB1FEF8) is unknown color: approx Pale Turquoise. HEX triplet: B1, FE and F8. RGB value is (177,254,248). Sum of RGB (Red+Green+Blue) = 177+254+248=679 (89% of max value = 765). Red value is 177 (69.53% from 255 or 26.07% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 248 (97.27% from 255 or 36.52% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FEF8 is #4E0107. Grayscale: #E6E6E6. Windows color (decimal): -5112072 or 16318129. OLE color: 16318129.

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

Color convert

RGB177254248-
CMYK0.3000.020.00
HSL175.32º97.47%84.51%-
HSV(B)175.32º30.31%99.61%-
XYZ70.5287.01101.88-
YUV230.29137.9989.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.07%
GREEN value IS 254 (99.61% from 255) = 37.41%
BLUE value IS 248 (97.27% from 255) = 36.52%
R=26.07%
G=37.41%
B=36.52%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1772542480.3000.020.00175.3297.4784.51
HexB1FEF81E020af6155
Octal26137637036020257141125
Binary1011000111111110111110001111001001010111111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FEF8; }

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

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

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

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

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

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

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

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