#B3FFFB

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

Shades of Pale Turquoise #B3FFFB

Tints of Pale Turquoise #B3FFFB

Color information

#B3FFFB (or 0xB3FFFB) is unknown color: approx Pale Turquoise. HEX triplet: B3, FF and FB. RGB value is (179,255,251). Sum of RGB (Red+Green+Blue) = 179+255+251=685 (90% of max value = 765). Red value is 179 (70.31% from 255 or 26.13% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FFFB is #4C0004. Grayscale: #E7E7E7. Windows color (decimal): -4980741 or 16514995. OLE color: 16514995.

HSL color Cylindrical-coordinate representation of color #B3FFFB: hue angle of 176.84º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FFFB is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB179255251-
CMYK0.3000.020
HSL176.84º100%85.1%-
HSV(B)176.84º29.8%100%-
XYZ71.7688.07104.48-
YUV231.82138.8290.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.13%
GREEN value IS 255 (100% from 255) = 37.23%
BLUE value IS 251 (98.44% from 255) = 36.64%
R=26.13%
G=37.23%
B=36.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792552510.3000.020176.8410085.1
HexB3FFFB1E020b16455
Octal26337737336020261144125
Binary1011001111111111111110111111001001011000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FFFB; }

 p { color: rgb(179,255,251); }

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

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

 a { background-color: rgb(179,255,251); }

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

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

 span { border-color: rgb(179,255,251); }

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