#B3F6F9

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

Shades of Pale Turquoise #B3F6F9

Tints of Pale Turquoise #B3F6F9

Color information

#B3F6F9 (or 0xB3F6F9) is unknown color: approx Pale Turquoise. HEX triplet: B3, F6 and F9. RGB value is (179,246,249). Sum of RGB (Red+Green+Blue) = 179+246+249=674 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.56% from 674); Green value is 246 (96.48% from 255 or 36.50% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 249 - color contains mainly: blue. Hex color #B3F6F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F6F9 is #4C0906. Grayscale: #E2E2E2. Windows color (decimal): -4983047 or 16381619. OLE color: 16381619.

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

Color convert

RGB179246249-
CMYK0.280.0100.02
HSL182.57º85.37%83.92%-
HSV(B)182.57º28.11%97.65%-
XYZ68.6582.33101.9-
YUV226.31140.894.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.56%
GREEN value IS 246 (96.48% from 255) = 36.50%
BLUE value IS 249 (97.66% from 255) = 36.94%
R=26.56%
G=36.50%
B=36.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792462490.280.0100.02182.5785.3783.92
HexB3F6F91C102b75554
Octal26336637134102267125124
Binary1011001111110110111110011110010101011011110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F6F9; }

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

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

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

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

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

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

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

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