#B3F5F9

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

Shades of Pale Turquoise #B3F5F9

Tints of Pale Turquoise #B3F5F9

Color information

#B3F5F9 (or 0xB3F5F9) is unknown color: approx Pale Turquoise. HEX triplet: B3, F5 and F9. RGB value is (179,245,249). Sum of RGB (Red+Green+Blue) = 179+245+249=673 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.60% from 673); Green value is 245 (96.09% from 255 or 36.40% from 673); Blue value is 249 (97.66% from 255 or 37.00% from 673); Max value from RGB is 249 - color contains mainly: blue. Hex color #B3F5F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F5F9 is #4C0A06. Grayscale: #E1E1E1. Windows color (decimal): -4983303 or 16381363. OLE color: 16381363.

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

Color convert

RGB179245249-
CMYK0.280.0200.02
HSL183.43º85.37%83.92%-
HSV(B)183.43º28.11%97.65%-
XYZ68.3481.73101.8-
YUV225.72141.1394.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.60%
GREEN value IS 245 (96.09% from 255) = 36.40%
BLUE value IS 249 (97.66% from 255) = 37.00%
R=26.60%
G=36.40%
B=37.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792452490.280.0200.02183.4385.3783.92
HexB3F5F91C202b75554
Octal26336537134202267125124
Binary10110011111101011111100111100100101011011110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F5F9; }

 p { color: rgb(179,245,249); }

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

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

 a { background-color: rgb(179,245,249); }

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

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

 span { border-color: rgb(179,245,249); }

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