#b3fffa

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

Shades of Pale Turquoise #B3FFFA

Tints of Pale Turquoise #B3FFFA

Color information

#B3FFFA (or 0xB3FFFA) is unknown color: approx Pale Turquoise. HEX triplet: B3, FF and FA. RGB value is (179,255,250). Sum of RGB (Red+Green+Blue) = 179+255+250=684 (90% of max value = 765). Red value is 179 (70.31% from 255 or 26.17% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FFFA is #4C0005. Grayscale: #E7E7E7. Windows color (decimal): -4980742 or 16449459. OLE color: 16449459.

HSL color Cylindrical-coordinate representation of color #B3FFFA: hue angle of 176.05º 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 #B3FFFA is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB179255250-
CMYK0.3000.020
HSL176.05º100%85.1%-
HSV(B)176.05º29.8%100%-
XYZ71.6188.01103.66-
YUV231.71138.3290.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.17%
GREEN value IS 255 (100% from 255) = 37.28%
BLUE value IS 250 (98.05% from 255) = 36.55%
R=26.17%
G=37.28%
B=36.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792552500.3000.020176.0510085.1
HexB3FFFA1E020b06455
Octal26337737236020260144125
Binary1011001111111111111110101111001001011000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3fffa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3fffa; }

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

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

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

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

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

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

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

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