#B3FAED

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

Shades of Pale Turquoise #B3FAED

Tints of Pale Turquoise #B3FAED

Color information

#B3FAED (or 0xB3FAED) is unknown color: approx Pale Turquoise. HEX triplet: B3, FA and ED. RGB value is (179,250,237). Sum of RGB (Red+Green+Blue) = 179+250+237=666 (88% of max value = 765). Red value is 179 (70.31% from 255 or 26.88% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #B3FAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FAED is #4C0512. Grayscale: #E3E3E3. Windows color (decimal): -4982035 or 15596211. OLE color: 15596211.

HSL color Cylindrical-coordinate representation of color #B3FAED: hue angle of 169.01º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3FAED is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB179250237-
CMYK0.2800.050.02
HSL169.01º87.65%84.12%-
HSV(B)169.01º28.4%98.04%-
XYZ68.0684.0792.76-
YUV227.29133.4893.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.88%
GREEN value IS 250 (98.05% from 255) = 37.54%
BLUE value IS 237 (92.97% from 255) = 35.59%
R=26.88%
G=37.54%
B=35.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792502370.2800.050.02169.0187.6584.12
HexB3FAED1C052a95854
Octal26337235534052251130124
Binary101100111111101011101101111000101101010100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FAED; }

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

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

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

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

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

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

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

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