#B1EFEA

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

Shades of Pale Turquoise #B1EFEA

Tints of Pale Turquoise #B1EFEA

Color information

#B1EFEA (or 0xB1EFEA) is unknown color: approx Pale Turquoise. HEX triplet: B1, EF and EA. RGB value is (177,239,234). Sum of RGB (Red+Green+Blue) = 177+239+234=650 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.23% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 239 - color contains mainly: green. Hex color #B1EFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1EFEA is #4E1015. Grayscale: #DBDBDB. Windows color (decimal): -5115926 or 15396785. OLE color: 15396785.

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

Color convert

RGB177239234-
CMYK0.2600.020.06
HSL175.16º65.96%81.57%-
HSV(B)175.16º25.94%93.73%-
XYZ63.8577.0289.34-
YUV219.89135.9697.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.23%
GREEN value IS 239 (93.75% from 255) = 36.77%
BLUE value IS 234 (91.80% from 255) = 36%
R=27.23%
G=36.77%
B=36%

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
Decimal1772392340.2600.020.06175.1665.9681.57
HexB1EFEA1A026af4252
Octal26135735232026257102122
Binary101100011110111111101010110100101101010111110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EFEA; }

 p { color: rgb(177,239,234); }

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

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

 a { background-color: rgb(177,239,234); }

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

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

 span { border-color: rgb(177,239,234); }

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