#B1F0EB

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

Shades of Pale Turquoise #B1F0EB

Tints of Pale Turquoise #B1F0EB

Color information

#B1F0EB (or 0xB1F0EB) is unknown color: approx Pale Turquoise. HEX triplet: B1, F0 and EB. RGB value is (177,240,235). Sum of RGB (Red+Green+Blue) = 177+240+235=652 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.15% from 652); Green value is 240 (94.14% from 255 or 36.81% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 240 - color contains mainly: green. Hex color #B1F0EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1F0EB is #4E0F14. Grayscale: #DCDCDC. Windows color (decimal): -5115669 or 15462577. OLE color: 15462577.

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

Color convert

RGB177240235-
CMYK0.2600.020.06
HSL175.24º67.74%81.76%-
HSV(B)175.24º26.25%94.12%-
XYZ64.2977.6790.2-
YUV220.59136.1396.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.15%
GREEN value IS 240 (94.14% from 255) = 36.81%
BLUE value IS 235 (92.19% from 255) = 36.04%
R=27.15%
G=36.81%
B=36.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772402350.2600.020.06175.2467.7481.76
HexB1F0EB1A026af4452
Octal26136035332026257104122
Binary101100011111000011101011110100101101010111110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F0EB; }

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

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

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

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

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

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

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

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