#B3EFEC

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

Shades of Pale Turquoise #B3EFEC

Tints of Pale Turquoise #B3EFEC

Color information

#B3EFEC (or 0xB3EFEC) is unknown color: approx Pale Turquoise. HEX triplet: B3, EF and EC. RGB value is (179,239,236). Sum of RGB (Red+Green+Blue) = 179+239+236=654 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.37% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EFEC is #4C1013. Grayscale: #DCDCDC. Windows color (decimal): -4984852 or 15527859. OLE color: 15527859.

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

Color convert

RGB179239236-
CMYK0.2500.010.06
HSL177º65.22%81.96%-
HSV(B)177º25.1%93.73%-
XYZ64.677.3790.89-
YUV220.72136.6298.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.37%
GREEN value IS 239 (93.75% from 255) = 36.54%
BLUE value IS 236 (92.58% from 255) = 36.09%
R=27.37%
G=36.54%
B=36.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1792392360.2500.010.0617765.2281.96
HexB3EFEC19016b14152
Octal26335735431016261101122
Binary10110011111011111110110011001011101011000110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EFEC; }

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

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

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

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

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

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

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

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