#B3EBE7

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

Shades of Pale Turquoise #B3EBE7

Tints of Pale Turquoise #B3EBE7

Color information

#B3EBE7 (or 0xB3EBE7) is unknown color: approx Pale Turquoise. HEX triplet: B3, EB and E7. RGB value is (179,235,231). Sum of RGB (Red+Green+Blue) = 179+235+231=645 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.75% from 645); Green value is 235 (92.19% from 255 or 36.43% from 645); Blue value is 231 (90.62% from 255 or 35.81% from 645); Max value from RGB is 235 - color contains mainly: green. Hex color #B3EBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EBE7 is #4C1418. Grayscale: #D9D9D9. Windows color (decimal): -4985881 or 15199155. OLE color: 15199155.

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

Color convert

RGB179235231-
CMYK0.2400.020.08
HSL175.71º58.33%81.18%-
HSV(B)175.71º23.83%92.16%-
XYZ62.7274.7786.73-
YUV217.8135.45100.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.75%
GREEN value IS 235 (92.19% from 255) = 36.43%
BLUE value IS 231 (90.62% from 255) = 35.81%
R=27.75%
G=36.43%
B=35.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792352310.2400.020.08175.7158.3381.18
HexB3EBE718028b03a51
Octal26335334730021026072121
Binary101100111110101111100111110000101000101100001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EBE7; }

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

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

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

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

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

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

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

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