#B1FEEE

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

Shades of Pale Turquoise #B1FEEE

Tints of Pale Turquoise #B1FEEE

Color information

#B1FEEE (or 0xB1FEEE) is unknown color: approx Pale Turquoise. HEX triplet: B1, FE and EE. RGB value is (177,254,238). Sum of RGB (Red+Green+Blue) = 177+254+238=669 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.46% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FEEE is #4E0111. Grayscale: #E5E5E5. Windows color (decimal): -5112082 or 15662769. OLE color: 15662769.

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

Color convert

RGB177254238-
CMYK0.3000.060.00
HSL167.53º97.47%84.51%-
HSV(B)167.53º30.31%99.61%-
XYZ69.0186.493.93-
YUV229.15132.9990.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.46%
GREEN value IS 254 (99.61% from 255) = 37.97%
BLUE value IS 238 (93.36% from 255) = 35.58%
R=26.46%
G=37.97%
B=35.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1772542380.3000.060.00167.5397.4784.51
HexB1FEEE1E060a86155
Octal26137635636060250141125
Binary10110001111111101110111011110011001010100011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FEEE; }

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

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

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

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

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

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

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

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