#B1ECEA

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

Shades of Pale Turquoise #B1ECEA

Tints of Pale Turquoise #B1ECEA

Color information

#B1ECEA (or 0xB1ECEA) is unknown color: approx Pale Turquoise. HEX triplet: B1, EC and EA. RGB value is (177,236,234). Sum of RGB (Red+Green+Blue) = 177+236+234=647 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.36% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 236 - color contains mainly: green. Hex color #B1ECEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1ECEA is #4E1315. Grayscale: #DADADA. Windows color (decimal): -5116694 or 15396017. OLE color: 15396017.

HSL color Cylindrical-coordinate representation of color #B1ECEA: hue angle of 177.97º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1ECEA is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB177236234-
CMYK0.2500.010.07
HSL177.97º60.82%80.98%-
HSV(B)177.97º25%92.55%-
XYZ62.9875.2889.05-
YUV218.13136.9598.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.36%
GREEN value IS 236 (92.58% from 255) = 36.48%
BLUE value IS 234 (91.80% from 255) = 36.17%
R=27.36%
G=36.48%
B=36.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772362340.2500.010.07177.9760.8280.98
HexB1ECEA19017b23d51
Octal2613543523101726275121
Binary1011000111101100111010101100101111101100101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ECEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ECEA; }

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

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

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

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

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

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

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

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