#B3FFFC

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

Shades of Pale Turquoise #B3FFFC

Tints of Pale Turquoise #B3FFFC

Color information

#B3FFFC (or 0xB3FFFC) is unknown color: approx Pale Turquoise. HEX triplet: B3, FF and FC. RGB value is (179,255,252). Sum of RGB (Red+Green+Blue) = 179+255+252=686 (90% of max value = 765). Red value is 179 (70.31% from 255 or 26.09% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FFFC is #4C0003. Grayscale: #E7E7E7. Windows color (decimal): -4980740 or 16580531. OLE color: 16580531.

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

Color convert

RGB179255252-
CMYK0.3000.010
HSL177.63º100%85.1%-
HSV(B)177.63º29.8%100%-
XYZ71.9288.13105.32-
YUV231.93139.3290.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.09%
GREEN value IS 255 (100% from 255) = 37.17%
BLUE value IS 252 (98.83% from 255) = 36.73%
R=26.09%
G=37.17%
B=36.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792552520.3000.010177.6310085.1
HexB3FFFC1E010b26455
Octal26337737436010262144125
Binary101100111111111111111100111100101011001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FFFC; }

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

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

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

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

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

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

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

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