#B3F7F5

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

Shades of Pale Turquoise #B3F7F5

Tints of Pale Turquoise #B3F7F5

Color information

#B3F7F5 (or 0xB3F7F5) is unknown color: approx Pale Turquoise. HEX triplet: B3, F7 and F5. RGB value is (179,247,245). Sum of RGB (Red+Green+Blue) = 179+247+245=671 (88% of max value = 765). Red value is 179 (70.31% from 255 or 26.68% from 671); Green value is 247 (96.88% from 255 or 36.81% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 247 - color contains mainly: green. Hex color #B3F7F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F7F5 is #4C080A. Grayscale: #E2E2E2. Windows color (decimal): -4982795 or 16119731. OLE color: 16119731.

HSL color Cylindrical-coordinate representation of color #B3F7F5: hue angle of 178.24º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3F7F5 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB179247245-
CMYK0.2800.010.03
HSL178.24º80.95%83.53%-
HSV(B)178.24º27.53%96.86%-
XYZ68.3382.798.75-
YUV226.44138.4794.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 26.68%
GREEN value IS 247 (96.88% from 255) = 36.81%
BLUE value IS 245 (96.09% from 255) = 36.51%
R=26.68%
G=36.81%
B=36.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1792472450.2800.010.03178.2480.9583.53
HexB3F7F51C013b25154
Octal26336736534013262121124
Binary1011001111110111111101011110001111011001010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F7F5; }

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

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

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

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

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

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

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

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