#B3FCFF

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

Shades of Pale Turquoise #B3FCFF

Tints of Pale Turquoise #B3FCFF

Color information

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

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

Color convert

RGB179252255-
CMYK0.300.0100
HSL182.37º100%85.1%-
HSV(B)182.37º29.8%100%-
XYZ71.4586.42107.52-
YUV230.52141.8291.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792522550.300.0100182.3710085.1
HexB3FCFF1E100b66455
Octal26337437736100266144125
Binary101100111111110011111111111101001011011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FCFF; }

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

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

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

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

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

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

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

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