#B2EFEB

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

Shades of Pale Turquoise #B2EFEB

Tints of Pale Turquoise #B2EFEB

Color information

#B2EFEB (or 0xB2EFEB) is unknown color: approx Pale Turquoise. HEX triplet: B2, EF and EB. RGB value is (178,239,235). Sum of RGB (Red+Green+Blue) = 178+239+235=652 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.30% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EFEB is #4D1014. Grayscale: #DCDCDC. Windows color (decimal): -5050389 or 15462322. OLE color: 15462322.

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

Color convert

RGB178239235-
CMYK0.2600.020.06
HSL176.07º65.59%81.76%-
HSV(B)176.07º25.52%93.73%-
XYZ64.2277.290.11-
YUV220.3136.2997.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.30%
GREEN value IS 239 (93.75% from 255) = 36.66%
BLUE value IS 235 (92.19% from 255) = 36.04%
R=27.30%
G=36.66%
B=36.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1782392350.2600.020.06176.0765.5981.76
HexB2EFEB1A026b04252
Octal26235735332026260102122
Binary101100101110111111101011110100101101011000010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EFEB; }

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

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

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

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

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

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

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

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