#B2EBEC

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

Shades of Pale Turquoise #B2EBEC

Tints of Pale Turquoise #B2EBEC

Color information

#B2EBEC (or 0xB2EBEC) is unknown color: approx Pale Turquoise. HEX triplet: B2, EB and EC. RGB value is (178,235,236). Sum of RGB (Red+Green+Blue) = 178+235+236=649 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.43% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2EBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EBEC is #4D1413. Grayscale: #DADADA. Windows color (decimal): -5051412 or 15526834. OLE color: 15526834.

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

Color convert

RGB178235236-
CMYK0.250.0000.07
HSL181.03º60.42%81.18%-
HSV(B)181.03º24.58%92.55%-
XYZ63.2174.9490.49-
YUV218.07138.1299.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.43%
GREEN value IS 235 (92.19% from 255) = 36.21%
BLUE value IS 236 (92.58% from 255) = 36.36%
R=27.43%
G=36.21%
B=36.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782352360.250.0000.07181.0360.4281.18
HexB2EBEC19007b53c51
Octal2623533543100726574121
Binary1011001011101011111011001100100111101101011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EBEC; }

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

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

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

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

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

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

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

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