#B2EFEC

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

Shades of Pale Turquoise #B2EFEC

Tints of Pale Turquoise #B2EFEC

Color information

#B2EFEC (or 0xB2EFEC) is unknown color: approx Pale Turquoise. HEX triplet: B2, EF and EC. RGB value is (178,239,236). Sum of RGB (Red+Green+Blue) = 178+239+236=653 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.26% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EFEC is #4D1013. Grayscale: #DCDCDC. Windows color (decimal): -5050388 or 15527858. OLE color: 15527858.

HSL color Cylindrical-coordinate representation of color #B2EFEC: hue angle of 177.05º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2EFEC is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB178239236-
CMYK0.2600.010.06
HSL177.05º65.59%81.76%-
HSV(B)177.05º25.52%93.73%-
XYZ64.3777.2590.88-
YUV220.42136.7997.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.26%
GREEN value IS 239 (93.75% from 255) = 36.60%
BLUE value IS 236 (92.58% from 255) = 36.14%
R=27.26%
G=36.60%
B=36.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1782392360.2600.010.06177.0565.5981.76
HexB2EFEC1A016b14252
Octal26235735432016261102122
Binary10110010111011111110110011010011101011000110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EFEC; }

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

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

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

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

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

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

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

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