#B1FBED

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

Shades of Pale Turquoise #B1FBED

Tints of Pale Turquoise #B1FBED

Color information

#B1FBED (or 0xB1FBED) is unknown color: approx Pale Turquoise. HEX triplet: B1, FB and ED. RGB value is (177,251,237). Sum of RGB (Red+Green+Blue) = 177+251+237=665 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.62% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FBED is #4E0412. Grayscale: #E3E3E3. Windows color (decimal): -5112851 or 15596465. OLE color: 15596465.

HSL color Cylindrical-coordinate representation of color #B1FBED: hue angle of 168.65º degrees, saturation: 0.9, 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 #B1FBED is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB177251237-
CMYK0.2900.060.02
HSL168.65º90.24%83.92%-
HSV(B)168.65º29.48%98.43%-
XYZ67.9184.4692.84-
YUV227.28133.4892.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.62%
GREEN value IS 251 (98.44% from 255) = 37.74%
BLUE value IS 237 (92.97% from 255) = 35.64%
R=26.62%
G=37.74%
B=35.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1772512370.2900.060.02168.6590.2483.92
HexB1FBED1D062a95a54
Octal26137335535062251132124
Binary101100011111101111101101111010110101010100110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FBED; }

 p { color: rgb(177,251,237); }

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

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

 a { background-color: rgb(177,251,237); }

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

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

 span { border-color: rgb(177,251,237); }

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