#B3F7EC

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

Shades of Pale Turquoise #B3F7EC

Tints of Pale Turquoise #B3F7EC

Color information

#B3F7EC (or 0xB3F7EC) is unknown color: approx Pale Turquoise. HEX triplet: B3, F7 and EC. RGB value is (179,247,236). Sum of RGB (Red+Green+Blue) = 179+247+236=662 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.04% from 662); Green value is 247 (96.88% from 255 or 37.31% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 247 - color contains mainly: green. Hex color #B3F7EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F7EC is #4C0813. Grayscale: #E1E1E1. Windows color (decimal): -4982804 or 15529907. OLE color: 15529907.

HSL color Cylindrical-coordinate representation of color #B3F7EC: hue angle of 170.29º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3F7EC is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB179247236-
CMYK0.2800.040.03
HSL170.29º80.95%83.53%-
HSV(B)170.29º27.53%96.86%-
XYZ66.9982.1691.68-
YUV225.41133.9794.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.04%
GREEN value IS 247 (96.88% from 255) = 37.31%
BLUE value IS 236 (92.58% from 255) = 35.65%
R=27.04%
G=37.31%
B=35.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1792472360.2800.040.03170.2980.9583.53
HexB3F7EC1C043aa5154
Octal26336735434043252121124
Binary101100111111011111101100111000100111010101010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F7EC; }

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

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

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

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

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

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

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

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