#B2EBE7

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

Shades of Pale Turquoise #B2EBE7

Tints of Pale Turquoise #B2EBE7

Color information

#B2EBE7 (or 0xB2EBE7) is unknown color: approx Pale Turquoise. HEX triplet: B2, EB and E7. RGB value is (178,235,231). Sum of RGB (Red+Green+Blue) = 178+235+231=644 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.64% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 231 (90.62% from 255 or 35.87% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EBE7 is #4D1418. Grayscale: #D9D9D9. Windows color (decimal): -5051417 or 15199154. OLE color: 15199154.

HSL color Cylindrical-coordinate representation of color #B2EBE7: hue angle of 175.79º 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 #B2EBE7 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB178235231-
CMYK0.2400.020.08
HSL175.79º58.76%80.98%-
HSV(B)175.79º24.26%92.16%-
XYZ62.4974.6586.72-
YUV217.5135.6299.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.64%
GREEN value IS 235 (92.19% from 255) = 36.49%
BLUE value IS 231 (90.62% from 255) = 35.87%
R=27.64%
G=36.49%
B=35.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1782352310.2400.020.08175.7958.7680.98
HexB2EBE718028b03b51
Octal26235334730021026073121
Binary101100101110101111100111110000101000101100001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EBE7; }

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

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

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

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

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

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

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

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