#B1F0ED

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

Shades of Pale Turquoise #B1F0ED

Tints of Pale Turquoise #B1F0ED

Color information

#B1F0ED (or 0xB1F0ED) is unknown color: approx Pale Turquoise. HEX triplet: B1, F0 and ED. RGB value is (177,240,237). Sum of RGB (Red+Green+Blue) = 177+240+237=654 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.06% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 240 - color contains mainly: green. Hex color #B1F0ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F0ED is #4E0F12. Grayscale: #DCDCDC. Windows color (decimal): -5115667 or 15593649. OLE color: 15593649.

HSL color Cylindrical-coordinate representation of color #B1F0ED: hue angle of 177.14º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1F0ED is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB177240237-
CMYK0.2600.010.06
HSL177.14º67.74%81.76%-
HSV(B)177.14º26.25%94.12%-
XYZ64.5877.7891.73-
YUV220.82137.1396.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.06%
GREEN value IS 240 (94.14% from 255) = 36.70%
BLUE value IS 237 (92.97% from 255) = 36.24%
R=27.06%
G=36.70%
B=36.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772402370.2600.010.06177.1467.7481.76
HexB1F0ED1A016b14452
Octal26136035532016261104122
Binary10110001111100001110110111010011101011000110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F0ED; }

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

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

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

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

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

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

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

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