#B3EBEA

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

Shades of Pale Turquoise #B3EBEA

Tints of Pale Turquoise #B3EBEA

Color information

#B3EBEA (or 0xB3EBEA) is unknown color: approx Pale Turquoise. HEX triplet: B3, EB and EA. RGB value is (179,235,234). Sum of RGB (Red+Green+Blue) = 179+235+234=648 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.62% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 235 - color contains mainly: green. Hex color #B3EBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EBEA is #4C1415. Grayscale: #DADADA. Windows color (decimal): -4985878 or 15395763. OLE color: 15395763.

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

Color convert

RGB179235234-
CMYK0.2400.000.08
HSL178.93º58.33%81.18%-
HSV(B)178.93º23.83%92.16%-
XYZ63.1574.9488.98-
YUV218.14136.95100.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.62%
GREEN value IS 235 (92.19% from 255) = 36.27%
BLUE value IS 234 (91.80% from 255) = 36.11%
R=27.62%
G=36.27%
B=36.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792352340.2400.000.08178.9358.3381.18
HexB3EBEA18008b33a51
Octal26335335230001026372121
Binary10110011111010111110101011000001000101100111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EBEA; }

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

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

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

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

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

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

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

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