#B3EBE5

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

Shades of Pale Turquoise #B3EBE5

Tints of Pale Turquoise #B3EBE5

Color information

#B3EBE5 (or 0xB3EBE5) is unknown color: approx Pale Turquoise. HEX triplet: B3, EB and E5. RGB value is (179,235,229). Sum of RGB (Red+Green+Blue) = 179+235+229=643 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.84% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 235 - color contains mainly: green. Hex color #B3EBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EBE5 is #4C141A. Grayscale: #D9D9D9. Windows color (decimal): -4985883 or 15068083. OLE color: 15068083.

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

Color convert

RGB179235229-
CMYK0.2400.030.08
HSL173.57º58.33%81.18%-
HSV(B)173.57º23.83%92.16%-
XYZ62.4474.6685.25-
YUV217.57134.45100.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.84%
GREEN value IS 235 (92.19% from 255) = 36.55%
BLUE value IS 229 (89.84% from 255) = 35.61%
R=27.84%
G=36.55%
B=35.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792352290.2400.030.08173.5758.3381.18
HexB3EBE518038ae3a51
Octal26335334530031025672121
Binary101100111110101111100101110000111000101011101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EBE5; }

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

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

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

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

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

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

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

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