#B3EFED

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

Shades of Pale Turquoise #B3EFED

Tints of Pale Turquoise #B3EFED

Color information

#B3EFED (or 0xB3EFED) is unknown color: approx Pale Turquoise. HEX triplet: B3, EF and ED. RGB value is (179,239,237). Sum of RGB (Red+Green+Blue) = 179+239+237=655 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.33% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EFED is #4C1012. Grayscale: #DCDCDC. Windows color (decimal): -4984851 or 15593395. OLE color: 15593395.

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

Color convert

RGB179239237-
CMYK0.2500.010.06
HSL178º65.22%81.96%-
HSV(B)178º25.1%93.73%-
XYZ64.7477.4391.65-
YUV220.83137.1298.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.33%
GREEN value IS 239 (93.75% from 255) = 36.49%
BLUE value IS 237 (92.97% from 255) = 36.18%
R=27.33%
G=36.49%
B=36.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1792392370.2500.010.0617865.2281.96
HexB3EFED19016b24152
Octal26335735531016262101122
Binary10110011111011111110110111001011101011001010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EFED; }

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

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

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

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

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

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

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

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