#B3EFEB

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

Shades of Pale Turquoise #B3EFEB

Tints of Pale Turquoise #B3EFEB

Color information

#B3EFEB (or 0xB3EFEB) is unknown color: approx Pale Turquoise. HEX triplet: B3, EF and EB. RGB value is (179,239,235). Sum of RGB (Red+Green+Blue) = 179+239+235=653 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.41% from 653); Green value is 239 (93.75% from 255 or 36.60% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EFEB is #4C1014. Grayscale: #DCDCDC. Windows color (decimal): -4984853 or 15462323. OLE color: 15462323.

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

Color convert

RGB179239235-
CMYK0.2500.020.06
HSL176º65.22%81.96%-
HSV(B)176º25.1%93.73%-
XYZ64.4577.3190.12-
YUV220.6136.1298.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.41%
GREEN value IS 239 (93.75% from 255) = 36.60%
BLUE value IS 235 (92.19% from 255) = 35.99%
R=27.41%
G=36.60%
B=35.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1792392350.2500.020.0617665.2281.96
HexB3EFEB19026b04152
Octal26335735331026260101122
Binary101100111110111111101011110010101101011000010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EFEB; }

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

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

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

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

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

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

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

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