#B3EFE7

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

Shades of Pale Turquoise #B3EFE7

Tints of Pale Turquoise #B3EFE7

Color information

#B3EFE7 (or 0xB3EFE7) is unknown color: approx Pale Turquoise. HEX triplet: B3, EF and E7. RGB value is (179,239,231). Sum of RGB (Red+Green+Blue) = 179+239+231=649 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.58% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 231 (90.62% from 255 or 35.59% from 649); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EFE7 is #4C1018. Grayscale: #DCDCDC. Windows color (decimal): -4984857 or 15200179. OLE color: 15200179.

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

Color convert

RGB179239231-
CMYK0.2500.030.06
HSL172º65.22%81.96%-
HSV(B)172º25.1%93.73%-
XYZ63.8877.0987.11-
YUV220.15134.1298.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.58%
GREEN value IS 239 (93.75% from 255) = 36.83%
BLUE value IS 231 (90.62% from 255) = 35.59%
R=27.58%
G=36.83%
B=35.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1792392310.2500.030.0617265.2281.96
HexB3EFE719036ac4152
Octal26335734731036254101122
Binary101100111110111111100111110010111101010110010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EFE7; }

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

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

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

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

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

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

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

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