#B3F1F0

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

Shades of Pale Turquoise #B3F1F0

Tints of Pale Turquoise #B3F1F0

Color information

#B3F1F0 (or 0xB3F1F0) is unknown color: approx Pale Turquoise. HEX triplet: B3, F1 and F0. RGB value is (179,241,240). Sum of RGB (Red+Green+Blue) = 179+241+240=660 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.12% from 660); Green value is 241 (94.53% from 255 or 36.52% from 660); Blue value is 240 (94.14% from 255 or 36.36% from 660); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F1F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F1F0 is #4C0E0F. Grayscale: #DEDEDE. Windows color (decimal): -4984336 or 15790515. OLE color: 15790515.

HSL color Cylindrical-coordinate representation of color #B3F1F0: hue angle of 179.03º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3F1F0 is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB179241240-
CMYK0.2600.000.05
HSL179.03º68.89%82.35%-
HSV(B)179.03º25.73%94.51%-
XYZ65.7778.7994.18-
YUV222.35137.9697.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.12%
GREEN value IS 241 (94.53% from 255) = 36.52%
BLUE value IS 240 (94.14% from 255) = 36.36%
R=27.12%
G=36.52%
B=36.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1792412400.2600.000.05179.0368.8982.35
HexB3F1F01A005b34552
Octal26336136032005263105122
Binary10110011111100011111000011010001011011001110001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F1F0; }

 p { color: rgb(179,241,240); }

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

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

 a { background-color: rgb(179,241,240); }

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

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

 span { border-color: rgb(179,241,240); }

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