#B3F7FE

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

Shades of Pale Turquoise #B3F7FE

Tints of Pale Turquoise #B3F7FE

Color information

#B3F7FE (or 0xB3F7FE) is unknown color: approx Pale Turquoise. HEX triplet: B3, F7 and FE. RGB value is (179,247,254). Sum of RGB (Red+Green+Blue) = 179+247+254=680 (90% of max value = 765). Red value is 179 (70.31% from 255 or 26.32% from 680); Green value is 247 (96.88% from 255 or 36.32% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3F7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F7FE is #4C0801. Grayscale: #E3E3E3. Windows color (decimal): -4982786 or 16709555. OLE color: 16709555.

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

Color convert

RGB179247254-
CMYK0.300.0300.00
HSL185.6º97.4%84.9%-
HSV(B)185.6º29.53%99.61%-
XYZ69.7483.26106.16-
YUV227.47142.9793.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.32%
GREEN value IS 247 (96.88% from 255) = 36.32%
BLUE value IS 254 (99.61% from 255) = 37.35%
R=26.32%
G=36.32%
B=37.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1792472540.300.0300.00185.697.484.9
HexB3F7FE1E300ba6155
Octal26336737636300272141125
Binary1011001111110111111111101111011001011101011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F7FE; }

 p { color: rgb(179,247,254); }

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

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

 a { background-color: rgb(179,247,254); }

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

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

 span { border-color: rgb(179,247,254); }

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