#B2EAEC

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

Shades of Pale Turquoise #B2EAEC

Tints of Pale Turquoise #B2EAEC

Color information

#B2EAEC (or 0xB2EAEC) is unknown color: approx Pale Turquoise. HEX triplet: B2, EA and EC. RGB value is (178,234,236). Sum of RGB (Red+Green+Blue) = 178+234+236=648 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.47% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2EAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EAEC is #4D1513. Grayscale: #D9D9D9. Windows color (decimal): -5051668 or 15526578. OLE color: 15526578.

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

Color convert

RGB178234236-
CMYK0.250.0100.07
HSL182.07º60.42%81.18%-
HSV(B)182.07º24.58%92.55%-
XYZ62.9274.3790.39-
YUV217.48138.4599.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.47%
GREEN value IS 234 (91.80% from 255) = 36.11%
BLUE value IS 236 (92.58% from 255) = 36.42%
R=27.47%
G=36.11%
B=36.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782342360.250.0100.07182.0760.4281.18
HexB2EAEC19107b63c51
Octal2623523543110726674121
Binary1011001011101010111011001100110111101101101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EAEC; }

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

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

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

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

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

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

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

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