#B1ECEB

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

Shades of Pale Turquoise #B1ECEB

Tints of Pale Turquoise #B1ECEB

Color information

#B1ECEB (or 0xB1ECEB) is unknown color: approx Pale Turquoise. HEX triplet: B1, EC and EB. RGB value is (177,236,235). Sum of RGB (Red+Green+Blue) = 177+236+235=648 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.31% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #B1ECEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1ECEB is #4E1314. Grayscale: #DADADA. Windows color (decimal): -5116693 or 15461553. OLE color: 15461553.

HSL color Cylindrical-coordinate representation of color #B1ECEB: hue angle of 178.98º 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 #B1ECEB is Cyan = 0.25, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB177236235-
CMYK0.2500.000.07
HSL178.98º60.82%80.98%-
HSV(B)178.98º25%92.55%-
XYZ63.1275.3489.81-
YUV218.24137.4598.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.31%
GREEN value IS 236 (92.58% from 255) = 36.42%
BLUE value IS 235 (92.19% from 255) = 36.27%
R=27.31%
G=36.42%
B=36.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772362350.2500.000.07178.9860.8280.98
HexB1ECEB19007b33d51
Octal2613543533100726375121
Binary1011000111101100111010111100100111101100111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ECEB; }

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

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

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

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

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

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

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

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