#B2EAEB

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

Shades of Pale Turquoise #B2EAEB

Tints of Pale Turquoise #B2EAEB

Color information

#B2EAEB (or 0xB2EAEB) is unknown color: approx Pale Turquoise. HEX triplet: B2, EA and EB. RGB value is (178,234,235). Sum of RGB (Red+Green+Blue) = 178+234+235=647 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.51% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 235 - color contains mainly: blue. Hex color #B2EAEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EAEB is #4D1514. Grayscale: #D9D9D9. Windows color (decimal): -5051669 or 15461042. OLE color: 15461042.

HSL color Cylindrical-coordinate representation of color #B2EAEB: hue angle of 181.05º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2EAEB is Cyan = 0.24, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB178234235-
CMYK0.240.0000.08
HSL181.05º58.76%80.98%-
HSV(B)181.05º24.26%92.16%-
XYZ62.7874.3189.63-
YUV217.37137.9599.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.51%
GREEN value IS 234 (91.80% from 255) = 36.17%
BLUE value IS 235 (92.19% from 255) = 36.32%
R=27.51%
G=36.17%
B=36.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1782342350.240.0000.08181.0558.7680.98
HexB2EAEB18008b53b51
Octal26235235330001026573121
Binary10110010111010101110101111000001000101101011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EAEB; }

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

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

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

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

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

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

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

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